python scripts: isort & black pass
This commit is contained in:
parent
58b4fbcdf0
commit
ca4c74e236
18 changed files with 47 additions and 42 deletions
|
@ -3,14 +3,15 @@
|
|||
# Handles sync-conflict files
|
||||
|
||||
import argparse
|
||||
import logging
|
||||
import os
|
||||
import pickle
|
||||
import re
|
||||
import sys
|
||||
import zlib
|
||||
|
||||
import coloredlogs
|
||||
import progressbar
|
||||
import logging
|
||||
|
||||
progressbar.streams.wrap_stderr()
|
||||
coloredlogs.install(level="INFO", fmt="%(levelname)s %(message)s")
|
||||
|
@ -425,7 +426,6 @@ class DatabaseFile:
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
parser = argparse.ArgumentParser(
|
||||
description="Handle Syncthing's .sync-conflict files "
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue