Skip to content

Commit

Permalink
Make black happy
Browse files Browse the repository at this point in the history
  • Loading branch information
hkeeler committed Nov 2, 2023
1 parent 4e4c18e commit 87b0c3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion regtech_data_validator/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class KeyValueOpt:
value: str


@staticmethod
def parse_key_value(kv_str: str) -> KeyValueOpt:
split_str = kv_str.split('=')

Expand All @@ -41,7 +42,7 @@ def describe() -> None:
"""
Describe CFPB data submission formats and validations
"""

print('Feature coming soon...')


Expand Down

0 comments on commit 87b0c3a

Please sign in to comment.