Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed May 24, 2024
1 parent 8f7bb25 commit 4d07d92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/hgvs/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
from copy import copy
from importlib import resources


logger = logging.getLogger(__name__)


Expand Down Expand Up @@ -116,6 +115,6 @@ def _val_xform(v):


_default_config = Config()
_default_config.read_stream(resources.files(__name__) / "_data"/ "defaults.ini")
_default_config.read_stream(resources.files(__name__) / "_data" / "defaults.ini")

global_config = copy(_default_config)

0 comments on commit 4d07d92

Please sign in to comment.