Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
cstefc committed Mar 10, 2024
1 parent 588a3b9 commit 5f04d57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion backend/controllers/auth/authentication_controller.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from _elementtree import Element
from typing import TYPE_CHECKING

import httpx
from defusedxml.ElementTree import fromstring
Expand All @@ -10,6 +10,9 @@
from domain.logic.user import get_user_with_email
from domain.models.UserDataclass import UserDataclass

if TYPE_CHECKING:
from _elementtree import Element

props: Properties = Properties()


Expand Down

0 comments on commit 5f04d57

Please sign in to comment.