We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a627ec commit f2739f4Copy full SHA for f2739f4
src/qbpm/__init__.py
@@ -1,5 +1,4 @@
1
from pathlib import Path
2
-from typing import Optional
3
4
from .log import error
5
from .paths import qutebrowser_exe
src/qbpm/operations.py
@@ -3,7 +3,6 @@
from . import Profile, profiles
from .desktop import create_desktop_file
6
-from .log import error
7
8
9
def from_session(
0 commit comments