Skip to content

Commit

Permalink
umu_util: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Feb 13, 2025
1 parent b43c08a commit 92b204a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ exclude = [
"subprojects",
]
# Same as Black.
line-length = 79
line-length = 88
indent-width = 4
target-version = "py310"

Expand Down
7 changes: 6 additions & 1 deletion umu/umu_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@
from urllib3.response import BaseHTTPResponse
from Xlib import display

from umu.umu_consts import RUNTIME_VERSIONS, UMU_LOCAL, UmuRuntime, WINETRICKS_SETTINGS_VERBS
from umu.umu_consts import (
RUNTIME_VERSIONS,
UMU_LOCAL,
WINETRICKS_SETTINGS_VERBS,
UmuRuntime,
)
from umu.umu_log import log


Expand Down

0 comments on commit 92b204a

Please sign in to comment.