Skip to content

Commit

Permalink
Change formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeulen committed Feb 16, 2024
1 parent a8b2ed9 commit 3787ca0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions chisurf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@
else:
import typing_extensions as typing
except ModuleNotFoundError:
print(
"WARNING typing_extensions not found",
file=sys.stderr
)
print("WARNING typing_extensions not found", file=sys.stderr)
typing = None

import chisurf.settings
Expand Down

0 comments on commit 3787ca0

Please sign in to comment.