Skip to content

Commit

Permalink
fix ruff formating
Browse files Browse the repository at this point in the history
  • Loading branch information
CodaBool authored and jrasm91 committed May 21, 2024
1 parent 715214a commit daec35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machine-learning/app/healthcheck.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os
import sys
import requests
import os

port = os.getenv("IMMICH_PORT", 3003)

Check failure on line 5 in machine-learning/app/healthcheck.py

View workflow job for this annotation

GitHub Actions / Machine Learning

Ruff (I001)

app/healthcheck.py:1:1: I001 Import block is un-sorted or un-formatted

Expand Down

0 comments on commit daec35d

Please sign in to comment.