Skip to content

Commit

Permalink
Merge pull request #3981 from open-formulieren/unused-pragma
Browse files Browse the repository at this point in the history
Remove unused pragma comment
  • Loading branch information
Viicos authored Mar 8, 2024
2 parents dfa7363 + 33eaa32 commit 809e05e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from ..constants import AuthAttribute

if TYPE_CHECKING: # pragma: nocover
if TYPE_CHECKING:
from openforms.submissions.models import Submission

from ..utils import FormAuth
Expand Down

0 comments on commit 809e05e

Please sign in to comment.