Skip to content

Commit

Permalink
Remove traceback
Browse files Browse the repository at this point in the history
  • Loading branch information
Zethson committed Nov 1, 2023
1 parent 3ef9f48 commit f07b2c1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ehrapy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
__email__ = "lukas.heumos@posteo.net"
__version__ = "0.6.0"

from rich import traceback

traceback.install(width=200, word_wrap=True)

from ehrapy._settings import EhrapyConfig, ehrapy_settings

settings: EhrapyConfig = ehrapy_settings
Expand Down

0 comments on commit f07b2c1

Please sign in to comment.