Skip to content

Commit

Permalink
Remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
Glyphack committed Oct 14, 2024
1 parent 26081a6 commit d28840b
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
from typing import Literal


def f():
from pandas import DataFrame

Expand All @@ -15,8 +12,7 @@ def baz() -> DataFrame[int]:
...


# Causes fixes to not converge
# def f():
# def f(): # Causes fixes to not converge
# from pandas import DataFrame
#
# def baz() -> DataFrame["int"]:
Expand Down

0 comments on commit d28840b

Please sign in to comment.