Skip to content

Commit 5f46ecb

Browse files
Fix lint
1 parent b63feac commit 5f46ecb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

jsonstar/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import json as stdlib_json
2+
23
from jsonstar.encoder import JSONEncoderStar
34

45

tests/test_module.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
from datetime import datetime
2-
import jsonstar
32
from io import StringIO
43

4+
import jsonstar
5+
56

67
class TestJSONFunctions:
78
def test_dumps(self):

0 commit comments

Comments
 (0)