Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Oct 31, 2023
1 parent 16abc4d commit b1d38f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion varfish_cli/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from tomllib import TOMLDecodeError
except ImportError:
import toml as tomllib
from tomllib import TomlDecodeError as TOMLDecodeError
from toml import TomlDecodeError as TOMLDecodeError

Check warning on line 10 in varfish_cli/config.py

View check run for this annotation

Codecov / codecov/patch

varfish_cli/config.py#L8-L10

Added lines #L8 - L10 were not covered by tests

import typing

Expand Down

0 comments on commit b1d38f0

Please sign in to comment.