Skip to content

Commit

Permalink
Update preview.py
Browse files Browse the repository at this point in the history
  • Loading branch information
extouchtriangle authored Oct 27, 2024
1 parent 33df9f1 commit e2e2a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/preview.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

from ..rc import USER_OS, VON_PREVIEW_PATH, VON_DEFAULT_AUTHOR
from ..rc import USER_OS, VON_DEFAULT_AUTHOR, VON_PREVIEW_PATH

def make_preview(full_path: str):

Check failure on line 5 in controller/preview.py

View workflow job for this annotation

GitHub Actions / Style check

Ruff (I001)

controller/preview.py:1:1: I001 Import block is un-sorted or un-formatted
if not os.path.exists(os.path.dirname(VON_PREVIEW_PATH)):
Expand Down

0 comments on commit e2e2a2c

Please sign in to comment.