Skip to content

Commit

Permalink
sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hannob committed Dec 12, 2023
1 parent c52d0c9 commit 1beae81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions freewvs
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
# Bernd Wurst, https://bwurst.org/


import os
import glob
import re
import argparse
import sys
import glob
import json
import os
import pathlib
import re
import sys
from xml.sax.saxutils import escape # noqa: DUO107


Expand Down
5 changes: 2 additions & 3 deletions update-freewvsdb
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
#!/usr/bin/python3

import io
import os
import pathlib
import sys
import urllib.request
import io
import tarfile

import urllib.request

DBURL = "https://freewvsdb.schokokeks.org/"
dbpaths = ["/var/lib/freewvs/", str(pathlib.Path.home()) + "/.cache/freewvs/"]
Expand Down

0 comments on commit 1beae81

Please sign in to comment.