Skip to content

Commit e45cc67

Browse files
committed
utils: Remove unnecessary future import
There is no print statement to worry about now that we only support Python 3. Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent e69f0da commit e45cc67

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

git_pw/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
Utility functions.
33
"""
44

5-
from __future__ import print_function
6-
75
import csv
86
import io
97
import os

0 commit comments

Comments
 (0)