Skip to content

Commit

Permalink
Format using black
Browse files Browse the repository at this point in the history
  • Loading branch information
florianmahner committed May 2, 2024
1 parent 905d176 commit fa8bf63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tomlparse/argparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def find_changed_args(
return changed_dict

def load_toml(self, path: str) -> MutableMapping[str, Any]:
try:
try:
config = tomllib.load(path)
except FileNotFoundError:
self.error(f'Configuration file "{path}" doesn\'t exist')
Expand Down

0 comments on commit fa8bf63

Please sign in to comment.