Fmt.
This commit is contained in:
parent
d7a70ed82c
commit
e59b7b1bbd
2 changed files with 2 additions and 2 deletions
|
@ -8,6 +8,7 @@ from shutil import copy2 as copyfile
|
||||||
|
|
||||||
from .util import *
|
from .util import *
|
||||||
|
|
||||||
|
|
||||||
parser = argparse.ArgumentParser()
|
parser = argparse.ArgumentParser()
|
||||||
parser.add_argument("from_dir", type=Path)
|
parser.add_argument("from_dir", type=Path)
|
||||||
parser.add_argument("to_dir", type=Path)
|
parser.add_argument("to_dir", type=Path)
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
import typing as t
|
|
||||||
|
|
||||||
from hashlib import sha256
|
from hashlib import sha256
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
import typing as t
|
||||||
|
|
||||||
|
|
||||||
def iter_chunks(fp):
|
def iter_chunks(fp):
|
||||||
|
|
Loading…
Reference in a new issue