Skip to content

Commit

Permalink
Ran black
Browse files Browse the repository at this point in the history
  • Loading branch information
drewcra committed May 1, 2024
1 parent 7c5e90e commit 9fa5f03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bcutils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"EUR": {"code": "E6", "cycle": "FGHJKMNQUVXZ", "exchange": "CME"},
"EURAUD": {"code": "UC", "cycle": "HMUZ", "exchange": "CME"},
"EURCAD": {"code": "EP", "cycle": "HMUZ", "exchange": "ICE/US"},
"EURCAD": {"code": "EP", "cycle": "HMUZ", "exchange": "ICE/US"},
"EURCHF": {"code": "RF", "cycle": "HMUZ", "exchange": "CME"},
"EURGBP": {"code": "RP", "cycle": "HMUZ", "exchange": "CME"},
"EURIBOR": {"code": "TV", "cycle": "HMUZ", "exchange": "EUREX"},
Expand Down Expand Up @@ -139,8 +139,8 @@
"LEANHOG": {"code": "HE", "cycle": "GJKMNQVZ", "exchange": "CME"},
"LIVECOW": {"code": "LE", "cycle": "GJMQVZ", "exchange": "CME"},
"LUMBER-new": {"code": "LB", "cycle": "FHKNUX", "exchange": "CME"},
# Replace MSCIASIA EUREX symbol if available to match pysystemtrade
"MSCIASIA": {"code": "L5", "cycle": "HMUZ", "exchange": "ICE/US"},
# Replace MSCIASIA with EUREX symbol if available to match pysystemtrade
"MSCIASIA": {"code": "L5", "cycle": "HMUZ", "exchange": "ICE/US"},
"MSCISING": {"code": "SV", "cycle": "FGHJKMNQUVXZ", "exchange": "SGX"},
"MID-DAX": {"code": "DM", "cycle": "HMUZ", "exchange": "EUREX"},
"MILK": {"code": "DL", "cycle": "FGHJKMNQUVXZ", "exchange": "CME"},
Expand Down

0 comments on commit 9fa5f03

Please sign in to comment.