Skip to content

Commit

Permalink
Apply black v23.1.0
Browse files Browse the repository at this point in the history
Note they changed the formatting for power operator
  • Loading branch information
peterjc committed Mar 20, 2023
1 parent 716fba7 commit 06c7db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_managers/ncbi_blastdb/fetch_blast_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
basestring = str

DEFAULT_ALGORITHM = hashlib.sha512
CHUNK_SIZE = 2 ** 20 # 1mb
CHUNK_SIZE = 2**20 # 1mb


def get_dir_hash(directory, algorithm=None, followlinks=True, chunk_size=None):
Expand Down

0 comments on commit 06c7db9

Please sign in to comment.