aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pomu/repo/remote/git.py')
-rw-r--r--pomu/repo/remote/git.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pomu/repo/remote/git.py b/pomu/repo/remote/git.py
index 2738c1a..b6142b0 100644
--- a/pomu/repo/remote/git.py
+++ b/pomu/repo/remote/git.py
@@ -1,5 +1,5 @@
"""A class for remote git repos"""
-from os import chdir, path
+from os import path
from shutil import rmtree
from subprocess import call
from tempfile import mkdtemp