Skip to content

Commit

Permalink
Remove unnecessary Union import
Browse files Browse the repository at this point in the history
  • Loading branch information
BelKed committed May 4, 2022
1 parent 9970ceb commit 14971f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions edupage_api/login.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import json
from typing import Union

from json import JSONDecodeError

from edupage_api.exceptions import BadCredentialsException
Expand Down

0 comments on commit 14971f0

Please sign in to comment.