Skip to content

Commit

Permalink
Cleanup tiny things
Browse files Browse the repository at this point in the history
a line here, a line there, it adds up
  • Loading branch information
mattsta committed Nov 25, 2023
1 parent 0895fc1 commit 603ba3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.env.icli

runlogs/
dist/
cache*/
icli/hist/
Expand Down
4 changes: 2 additions & 2 deletions icli/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,9 @@ def parseContractOptionFields(contract, d):
else:
# populate columns for non-contracts/warrants too so the final
# column-order generator still works.
d["PC"] = None
d["strike"] = None
d["date"] = None
d["strike"] = None
d["PC"] = None


def sortLocalSymbol(s):
Expand Down

0 comments on commit 603ba3a

Please sign in to comment.