Skip to content

Commit

Permalink
Error in except
Browse files Browse the repository at this point in the history
  • Loading branch information
LonelyCat124 committed Jan 29, 2025
1 parent efb6ba8 commit 8bc7ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/psyclone/psyGen.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

try:
from sphinx.util.typing import stringify_annotation
except:
except ImportError:
# Fix for Python-3.7 where sphinx didn't yet rename this.
from sphinx.util.type import stringify as stringify_annotation

Expand Down

0 comments on commit 8bc7ede

Please sign in to comment.