fix(urls): remove unused imports

This commit is contained in:
0xMRTT 2023-02-24 14:28:17 +01:00 committed by GitHub
parent 457d87c346
commit 67dd6816e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
from django.urls import path, re_path
from django.urls import path
from avatar import views