From 3aca0d0c76364c8f9fa3fec43370f54f8270b43f Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 30 Jan 2023 23:04:11 +0000 Subject: ruf cleanup imports, bigly. --- core/views/auth.py | 1 - 1 file changed, 1 deletion(-) (limited to 'core/views/auth.py') diff --git a/core/views/auth.py b/core/views/auth.py index 9b303c9..2257dd0 100644 --- a/core/views/auth.py +++ b/core/views/auth.py @@ -1,4 +1,3 @@ -from builtins import str from django.conf import settings from django.contrib.auth import authenticate -- cgit v1.2.3