mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-15 02:57:17 +00:00
isrt reordering of import statements
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import troggle.core.models as models
|
||||
import csv
|
||||
import os
|
||||
import re
|
||||
|
||||
from django.conf import settings
|
||||
|
||||
import csv
|
||||
import re
|
||||
import os
|
||||
import troggle.core.models as models
|
||||
|
||||
'''Unused and untested in 2022. Not part fo the re-engineering to make troggle work with QMs.
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user