tubearchivist-frontend/tubearchivist/home/tests.py
Christian Clauss 49e57955b5
GitHub Action to lint Python code (#14)
* GitHub Action to lint Python code
2021-09-21 16:23:36 +07:00

4 lines
90 B
Python

from django.test import TestCase # noqa: F401 - Unused import
# Create your tests here.