Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed May 20, 2024
1 parent 411c328 commit d01b0cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test-data/unit/pythoneval.test
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ import typing
print(type(__spec__))
print(math.__name__)
print(math.__spec__.name)
print(type(math.__spec__.loader))
print(type(math.__dict__))
print(type(math.__doc__ or ''))
print(type(math.__spec__).__name__)
Expand All @@ -119,7 +118,6 @@ print(math.__class__)
<class 'NoneType'>
math
math
<class '_frozen_importlib_external.ExtensionFileLoader'>
<class 'dict'>
<class 'str'>
ModuleSpec
Expand Down

0 comments on commit d01b0cf

Please sign in to comment.