diff options
author | Matthew Lemon <y@yulqen.org> | 2024-09-11 16:25:09 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-09-11 16:25:09 +0100 |
commit | a7afbfd090c3f059eeb0fe1573ca56f4c4cb9867 (patch) | |
tree | 280ed18c3e4121c95515d92e90d0fee715116fdd /pyblackbird_cc/resources/tests | |
parent | b38e4abf1712cc69db6a164425a99e3cad6d138e (diff) |
Some formatting changes and calming down ruff slightly
Diffstat (limited to 'pyblackbird_cc/resources/tests')
-rw-r--r-- | pyblackbird_cc/resources/tests/test_forms.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyblackbird_cc/resources/tests/test_forms.py b/pyblackbird_cc/resources/tests/test_forms.py index 9190f55..318071d 100644 --- a/pyblackbird_cc/resources/tests/test_forms.py +++ b/pyblackbird_cc/resources/tests/test_forms.py @@ -1,5 +1,4 @@ import pytest -from django.core.exceptions import ValidationError from django.core.files.uploadedfile import SimpleUploadedFile from django.db import IntegrityError from django.test import TestCase |