Skip to content

Commit df9154c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 23b023a commit df9154c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nbviewer/tests/test_json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import json
22
import os
3+
from typing import Optional
34
from unittest import TestCase
45

56
from jsonschema import validate
6-
from typing import Optional
77

88

99
ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", ".."))

0 commit comments

Comments
 (0)