Skip to content

Commit fc3181e

Browse files
committed
Linting: reformat codebase using 'black'
1 parent 68eb5bd commit fc3181e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pywisetransfer/multi_currency_account.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88

99

1010
class MultiCurrencyAccountService(Base):
11-
available_currencies = JsonEndpoint(path="/v2/borderless-accounts-configuration/profiles/{profile_id}/available-currencies")
11+
available_currencies = JsonEndpoint(
12+
path="/v2/borderless-accounts-configuration/profiles/{profile_id}/available-currencies"
13+
)
1214
get = JsonEndpoint(path="/v4/profiles/{profile_id}/multi-currency-account")
1315

1416

0 commit comments

Comments
 (0)