Skip to content

Commit

Permalink
fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
oplatek committed Nov 13, 2024
1 parent 507dd5a commit 2659cb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion factgenie/bin/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def list_downloadable(app):
print(f"{dataset_id} - downloaded: {dataset_info['downloaded']}")



def list_outputs(app):
"""List all available outputs."""
from factgenie.workflows import get_model_outputs_overview
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development :: Libraries :: Python Modules",
"Typing :: Typed",
]
],
)

0 comments on commit 2659cb3

Please sign in to comment.