mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-15 06:37:09 +00:00
ruff removed unused imports
This commit is contained in:
@@ -1,17 +1,11 @@
|
||||
import csv
|
||||
import datetime
|
||||
import os
|
||||
import re
|
||||
import stat
|
||||
import sys
|
||||
import types
|
||||
from functools import reduce
|
||||
from pathlib import Path
|
||||
|
||||
import settings
|
||||
from troggle.core.models.survex import DrawingFile, SingleScan, Wallet
|
||||
from troggle.core.models.survex import DrawingFile, Wallet
|
||||
from troggle.core.models.troggle import DataIssue
|
||||
from troggle.core.utils import save_carefully
|
||||
|
||||
"""Searches through all the :drawings: repository looking
|
||||
for tunnel and therion files
|
||||
|
||||
Reference in New Issue
Block a user