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 5efceda commit 72249eaCopy full SHA for 72249ea
qbpm/operations.py
@@ -3,11 +3,10 @@
3
import shutil
4
import subprocess
5
from pathlib import Path
6
-from sys import platform, stderr
+from sys import platform
7
from typing import List, Optional
8
9
from xdg import BaseDirectory
10
-from xdg.DesktopEntry import DesktopEntry
11
12
from . import profiles
13
from .profiles import Profile
0 commit comments