Fixed some styling and typing issues

Some boyscouting.
Contributes to: CURA-8539
This commit is contained in:
Jelle Spijker 2021-11-23 11:09:40 +01:00
parent 70504f1b04
commit 0a43366ffc
No known key found for this signature in database
GPG key ID: 6662DC033BE6B99A
3 changed files with 16 additions and 13 deletions

View file

@ -15,6 +15,7 @@ if TYPE_CHECKING:
catalog = i18nCatalog("cura")
class AuthorizationRequestHandler(BaseHTTPRequestHandler):
"""This handler handles all HTTP requests on the local web server.