Skip to content

Commit

Permalink
CLN: Remove stray unicode_literals imports
Browse files Browse the repository at this point in the history
These should have been removed when Python 2 support was dropped in
68c82be (gh-374, 2019-02-18).
  • Loading branch information
kyleam committed Aug 19, 2019
1 parent eb6070c commit c247acf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions reproman/distributions/vcs.py
Expand Up @@ -8,8 +8,6 @@
# ## ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
"""Classes to identify VCS repos for files"""

from __future__ import unicode_literals

import abc
import attr
import os
Expand Down
2 changes: 0 additions & 2 deletions reproman/interface/retrace.py
Expand Up @@ -9,8 +9,6 @@
"""Analyze existing spec or session file system to gather more detailed information
"""

from __future__ import unicode_literals

from os.path import normpath
import sys
import time
Expand Down

0 comments on commit c247acf

Please sign in to comment.