Skip to content

Commit

Permalink
style: format code with isort and Yapf
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in d0f01fd according to the output
from isort and Yapf.

Details: None
  • Loading branch information
deepsource-autofix[bot] authored Oct 29, 2024
1 parent d0f01fd commit 190522d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions hsf/fetch_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
from rich.logging import RichHandler

FORMAT = "%(message)s"
logging.basicConfig(
level=logging.INFO, format=FORMAT, datefmt="[%X]", handlers=[RichHandler()]
)
logging.basicConfig(level=logging.INFO,
format=FORMAT,
datefmt="[%X]",
handlers=[RichHandler()])

log = logging.getLogger(__name__)

Expand Down

0 comments on commit 190522d

Please sign in to comment.