Skip to content

Commit 72249ea

Browse files
committed
clean up imports
1 parent 5efceda commit 72249ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

qbpm/operations.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
import shutil
44
import subprocess
55
from pathlib import Path
6-
from sys import platform, stderr
6+
from sys import platform
77
from typing import List, Optional
88

99
from xdg import BaseDirectory
10-
from xdg.DesktopEntry import DesktopEntry
1110

1211
from . import profiles
1312
from .profiles import Profile

0 commit comments

Comments
 (0)