fix import order

This commit is contained in:
Robert Kaussow 2022-05-25 22:49:10 +02:00
parent 0cda4b860b
commit fdecb6d033
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 3 additions and 3 deletions

View File

@ -3,11 +3,11 @@
import argparse
import os
from collections import defaultdict
from urllib.parse import urlparse
from pathlib import Path
import shutil
import tempfile
from collections import defaultdict
from pathlib import Path
from urllib.parse import urlparse
import git