isrt reordering of import statements

This commit is contained in:
2023-01-19 20:47:26 +00:00
parent be9fcc522a
commit 0f8fe0e290
7 changed files with 15 additions and 8 deletions

View File

@@ -1,7 +1,8 @@
import sys
import os
import sys
import urllib.parse
from pathlib import Path
"""Settings for a troggle installation which may vary among different
installations: for development or deployment, in a docker image or
python virtual environment (venv), on ubuntu, debian or in Windows