Skip to content

Commit

Permalink
streamline version import & usage
Browse files Browse the repository at this point in the history
  • Loading branch information
leondz committed Nov 14, 2024
1 parent fd486e3 commit a4844f4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions garak/_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@

DICT_CONFIG_AFTER_LOAD = False

from garak import __version__

version = __version__
from garak import __version__ as version

system_params = (
"verbose narrow_output parallel_requests parallel_attempts skip_unknown".split()
Expand Down

0 comments on commit a4844f4

Please sign in to comment.