Skip to content

Commit

Permalink
importing Optional to cript/api/exceptions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nh916 committed Aug 31, 2023
1 parent 7b2e0cb commit 22eb336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cript/api/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import json

Check failure on line 1 in src/cript/api/exceptions.py

View workflow job for this annotation

GitHub Actions / Trunk Check

isort

Incorrect formatting, autoformat by running 'trunk fmt'
from typing import List, Set
from typing import List, Set, Optional

from cript.exceptions import CRIPTException

Expand Down

0 comments on commit 22eb336

Please sign in to comment.