Skip to content

Commit

Permalink
use __package__ instead of __file__
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Feb 10, 2021
1 parent da274aa commit 085fc2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_lazyload.py
Expand Up @@ -35,5 +35,5 @@ def test_builtins():
module_name,
module,
)
module.__file__
module.__package__
assert module.__class__ is type(scprep), (module_name, module)

0 comments on commit 085fc2f

Please sign in to comment.