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 eb6070c commit c247acfCopy full SHA for c247acf
reproman/distributions/vcs.py
@@ -8,8 +8,6 @@
8
# ## ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
9
"""Classes to identify VCS repos for files"""
10
11
-from __future__ import unicode_literals
12
-
13
import abc
14
import attr
15
import os
reproman/interface/retrace.py
@@ -9,8 +9,6 @@
"""Analyze existing spec or session file system to gather more detailed information
"""
from os.path import normpath
import sys
16
import time
0 commit comments