Skip to content

Commit

Permalink
Fixes: NameError: name 'JSONDict' is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
elliot-100 committed Sep 14, 2024
1 parent 2fd23f1 commit 2610e84
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions manual_test_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,9 @@

import asyncio
import tempfile
from typing import TYPE_CHECKING

from config import club_id, password, username
from spond import club, spond

if TYPE_CHECKING:
from spond import JSONDict
from spond import JSONDict, club, spond

DUMMY_ID = "DUMMY_ID"

Expand Down

0 comments on commit 2610e84

Please sign in to comment.