Skip to content

Commit

Permalink
Fix traceback support
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtmann authored and 0cyn committed Jan 13, 2024
1 parent 60b44eb commit 6a57a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dragongen/generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"""

import traceback, platform, yaml
import traceback, platform, yaml, termios, tty
from collections import namedtuple
from datetime import datetime
from typing import TextIO
Expand Down

0 comments on commit 6a57a6a

Please sign in to comment.