Skip to content

Commit

Permalink
Just no cover the repr for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Jul 31, 2020
1 parent 5be648b commit 87f9cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nti/externalization/_base_interfaces.py
Expand Up @@ -304,7 +304,7 @@ def __init__(self, use_iso8601_for_unix_timestamp=False):
#: to "Created Time" and "Last Modified."
self.use_iso8601_for_unix_timestamp = use_iso8601_for_unix_timestamp

def __repr__(self):
def __repr__(self): # pragma: no cover
return "ExternalizationPolicy(use_iso8601_for_unix_timestamp=%s)" % (
self.use_iso8601_for_unix_timestamp
)
Expand Down

0 comments on commit 87f9cc0

Please sign in to comment.