Skip to content

Commit

Permalink
Code reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
renan-souza committed Nov 27, 2024
1 parent b551bb4 commit 01a49c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/flowcept/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
if not os.path.exists(SETTINGS_PATH):
SETTINGS_PATH = None
from importlib import resources

with resources.files("resources").joinpath("sample_settings.yaml").open("r") as f:
settings = OmegaConf.load(f)
else:
Expand Down

0 comments on commit 01a49c8

Please sign in to comment.