diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-12-15 18:54:47 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-12-15 18:54:47 +0000 |
commit | 30760654b7a3d7a394028fdf357d6f257def1fd5 (patch) | |
tree | 0dc128d9896b1f113e2b11c8936ff88531c9b762 /core/TESTS/tests_copilot.py | |
parent | eb74940ca81a6e900dec2b7c8df00245c6bb9a71 (diff) | |
download | troggle-30760654b7a3d7a394028fdf357d6f257def1fd5.tar.gz troggle-30760654b7a3d7a394028fdf357d6f257def1fd5.tar.bz2 troggle-30760654b7a3d7a394028fdf357d6f257def1fd5.zip |
import order fixed by ruff
Diffstat (limited to 'core/TESTS/tests_copilot.py')
-rw-r--r-- | core/TESTS/tests_copilot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/TESTS/tests_copilot.py b/core/TESTS/tests_copilot.py index 1812d32..103bfc4 100644 --- a/core/TESTS/tests_copilot.py +++ b/core/TESTS/tests_copilot.py @@ -1,6 +1,6 @@ # Copilot: Sure, based on your `urls.py` file, here's how you might write end-to-end tests for the `survey_scans` endpoints: -from django.test import TestCase, Client +from django.test import Client, TestCase from django.urls import reverse # Copilot does not know that there is no data in the database, so that the tests need to pre-populate with |