Skip to content

Commit

Permalink
Merge pull request #154 from elliot-100/153-manual_test_functionspy-f…
Browse files Browse the repository at this point in the history
…ails-with-nameerror-name-jsondict-is-not-defined

Fixes: NameError: name 'JSONDict' is not defined
  • Loading branch information
elliot-100 authored Sep 14, 2024
2 parents 2fd23f1 + 2610e84 commit 207f9bf
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 207f9bf

Please sign in to comment.