2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +00:00

PEP fixes

This commit is contained in:
Matthias
2021-11-15 07:47:52 +01:00
parent 7129a35900
commit 45167fe2f0
2 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,6 @@
from django.test import TestCase
from django.contrib.auth import get_user_model
from django.conf import settings
class SampleIntegrationPluginTests(TestCase):