Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
formatted with black
Browse files Browse the repository at this point in the history
  • Loading branch information
raviraina committed May 20, 2021
1 parent f628151 commit a76f685
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mei2volpiano/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,8 @@ def main():

if cur_type != args["t"]:
parser.error(
f"Unexpected file type for the specified flag\nInput Type: {cur_type} \nExpected Type: {args['t']}"
)

f"Unexpected file type for the specified flag\nInput Type: {cur_type} \nExpected Type: {args['t']}"
)

if args["W"]:
if args["t"] == "mei":
Expand Down

0 comments on commit a76f685

Please sign in to comment.