Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Maksimov committed May 7, 2024
1 parent 18a7ec0 commit 3b58f8b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion frog/widgets/preferences_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@

from frog.config import RESOURCE_PREFIX
from frog.services.telemetry import telemetry
from frog.settings import Settings
from frog.widgets.preferences_general_page import PreferencesGeneralPage
from frog.widgets.preferences_languages_page import PreferencesLanguagesPage

Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ line-length = 120
quote-style = "single"
indent-style = "tab"
docstring-code-format = true
docstring-code-format = true
docstring-code-line-length = 20

0 comments on commit 3b58f8b

Please sign in to comment.