Skip to content

Commit

Permalink
remove code support for python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Nov 25, 2024
1 parent 7739393 commit 8cab371
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion speedwagon/frontend/qtwidgets/splashscreen.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Splash screen."""
import sys
import typing
# pylint: disable=wrong-import-position
from importlib import resources
Expand Down
1 change: 0 additions & 1 deletion speedwagon/frontend/qtwidgets/tabs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

import typing
from typing import Optional, Type, Dict, List
import sys
# pylint: disable=wrong-import-position
from importlib import resources
from importlib.resources import as_file
Expand Down

0 comments on commit 8cab371

Please sign in to comment.