Skip to content

Commit

Permalink
Merge pull request #72 from coredumperror/master
Browse files Browse the repository at this point in the history
Removed the six import from setup.py
  • Loading branch information
sallner authored Nov 6, 2020
2 parents 69d69c3 + 6d89bb3 commit ed545b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from os.path import join
import sys
import os
from six import text_type

def get_version(fname='formalchemy/__init__.py'):
with open(fname) as f:
Expand Down

0 comments on commit ed545b2

Please sign in to comment.