Skip to content

Commit

Permalink
Remove obsolete logging imports
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Jun 21, 2023
1 parent 5ad71f9 commit 3d83664
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion 01-Authorization/app/authorization.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import logging
import os

from .middleware import JsonException
Expand Down
1 change: 0 additions & 1 deletion 01-Authorization/app/views.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import logging
from django.http import HttpRequest, JsonResponse
from .authorization import RequestToken, authorized, can, getRequestToken

Expand Down

0 comments on commit 3d83664

Please sign in to comment.