Skip to content

Commit c247acf

Browse files
committed
CLN: Remove stray unicode_literals imports
These should have been removed when Python 2 support was dropped in 68c82be (gh-374, 2019-02-18).
1 parent eb6070c commit c247acf

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

reproman/distributions/vcs.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
# ## ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
99
"""Classes to identify VCS repos for files"""
1010

11-
from __future__ import unicode_literals
12-
1311
import abc
1412
import attr
1513
import os

reproman/interface/retrace.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
"""Analyze existing spec or session file system to gather more detailed information
1010
"""
1111

12-
from __future__ import unicode_literals
13-
1412
from os.path import normpath
1513
import sys
1614
import time

0 commit comments

Comments
 (0)