Skip to content

Commit

Permalink
Fix Appveyor CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Aug 12, 2017
1 parent 8f78d58 commit e846258
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion typepy/type/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def __init__(self, value, strict_level, params):

def __repr__(self):
return ", ".join([
"value={}".format(self._data),
"typename={}".format(self.typename),
"strict_level={}".format(self._strict_level),
"is_type={}".format(self.is_type()),
Expand Down

0 comments on commit e846258

Please sign in to comment.