Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
KotlinIsland committed Nov 6, 2024
1 parent ba10d08 commit 0935784
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mypy/test/testtypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@

class TypesSuite(Suite):
def setUp(self) -> None:
mypy.options._based = False
self.x = UnboundType("X") # Helpers
self.y = UnboundType("Y")
self.fx = TypeFixture()
Expand Down

0 comments on commit 0935784

Please sign in to comment.