Skip to content

Commit 2b21f8c

Browse files
renovate[bot]bchew
andauthored
chore(deps): update dependency black to v23 (#191)
* chore(deps): update dependency black to v23 * chore: reformat for black v23 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Benny Chew <benny.chew@adslot.com>
1 parent b2aa385 commit 2b21f8c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

dynamodump/dynamodump.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,6 @@ def get_restore_table_matches(table_name_wildcard, separator):
362362
if table_name_wildcard == "*":
363363
matching_tables.append(dir_name)
364364
elif separator == "":
365-
366365
if dir_name.startswith(
367366
re.sub(
368367
r"([A-Z])", r" \1", table_name_wildcard.split("*", 1)[0]
@@ -898,7 +897,6 @@ def do_restore(
898897
optional_args["ProvisionedThroughput"] = table_provisioned_throughput
899898

900899
if not args.dataOnly:
901-
902900
logging.info(
903901
"Creating "
904902
+ destination_table

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-r requirements.txt
2-
black==22.12.0
2+
black==23.1.0
33
flake8==6.0.0
44
pre-commit==3.0.4

0 commit comments

Comments
 (0)