Skip to content

Commit

Permalink
auth/ustc: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
taoky committed Oct 12, 2023
1 parent d9c99ca commit 2c9114e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions frontend/auth_providers/ustc.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
from urllib.error import URLError
from urllib.parse import urlencode
from urllib.request import urlopen
from xml.etree import ElementTree

from django.contrib import messages
from django.shortcuts import redirect
from django.urls import path

from typing import Optional
Expand Down

0 comments on commit 2c9114e

Please sign in to comment.