Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 31, 2021
1 parent ad48f8b commit 9e7e8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ujson.py
Expand Up @@ -831,7 +831,7 @@ def test_encode_none_key():


def test_default_function():
iso8601_time_format = '%Y-%m-%dT%H:%M:%S.%f'
iso8601_time_format = "%Y-%m-%dT%H:%M:%S.%f"

def default(value):
if isinstance(value, datetime.datetime):
Expand Down

0 comments on commit 9e7e8c2

Please sign in to comment.