Skip to content

Commit 1213c73

Browse files
committed
style: Remove unused imports
1 parent 2edc6d8 commit 1213c73

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

glv/vcs/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@
2020
''' Helper functions for doing things vcs(1) does '''
2121
import configparser
2222
import functools
23-
import glob
2423
import logging
2524
import os
2625
import os.path
2726
import subprocess
28-
import sys
2927
from typing import Dict, List, Set
3028

3129
import xdg

0 commit comments

Comments
 (0)