Fix linting errors

This commit is contained in:
Neil Martinsen-Burrell 2022-11-28 10:38:04 -06:00
parent 98e8cc8f64
commit d50c177eb5
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
2 changed files with 3 additions and 6 deletions

View file

@ -4,8 +4,6 @@ from __future__ import annotations # allows forward references in annotations
import logging
from typing import Union
from django import forms
from django.shortcuts import render