diff options
author | Matthew Lemon <y@yulqen.org> | 2024-09-09 16:55:09 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-09-09 16:55:09 +0100 |
commit | 0bef50c8097ab52df424c94176e913dcb1d8f7f5 (patch) | |
tree | b1f92c0958062233a84b788e43b2a49695c1f975 /pyblackbird_cc/payments/tests.py | |
parent | 31966b6cbef88006056db44448cdaf59ba40533e (diff) |
Clean up and sort imports
Diffstat (limited to 'pyblackbird_cc/payments/tests.py')
-rw-r--r-- | pyblackbird_cc/payments/tests.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyblackbird_cc/payments/tests.py b/pyblackbird_cc/payments/tests.py deleted file mode 100644 index 7ce503c..0000000 --- a/pyblackbird_cc/payments/tests.py +++ /dev/null @@ -1,3 +0,0 @@ -from django.test import TestCase - -# Create your tests here. |