Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquebastos committed Mar 5, 2024
1 parent b63feac commit 5f46ecb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions jsonstar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import json as stdlib_json

from jsonstar.encoder import JSONEncoderStar


Expand Down
3 changes: 2 additions & 1 deletion tests/test_module.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from datetime import datetime
import jsonstar
from io import StringIO

import jsonstar


class TestJSONFunctions:
def test_dumps(self):
Expand Down

0 comments on commit 5f46ecb

Please sign in to comment.