Post-clean up isort
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
pictuga 2021-09-21 08:11:04 +02:00
parent 0365232a73
commit 5473b77416

View File

@ -15,12 +15,11 @@
# You should have received a copy of the GNU Affero General Public License along # You should have received a copy of the GNU Affero General Public License along
# with this program. If not, see <https://www.gnu.org/licenses/>. # with this program. If not, see <https://www.gnu.org/licenses/>.
import os.path
import sys
import csv import csv
import json import json
import os.path
import re import re
import sys
from copy import deepcopy from copy import deepcopy
from datetime import datetime from datetime import datetime
from fnmatch import fnmatch from fnmatch import fnmatch