Skip to content

Commit f2739f4

Browse files
committed
remove unused imports
1 parent 8a627ec commit f2739f4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/qbpm/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from pathlib import Path
2-
from typing import Optional
32

43
from .log import error
54
from .paths import qutebrowser_exe

src/qbpm/operations.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
from . import Profile, profiles
55
from .desktop import create_desktop_file
6-
from .log import error
76

87

98
def from_session(

0 commit comments

Comments
 (0)