mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-18 11:50:11 +08:00
BUG: missing comma in _asset_timestamp_fields
This commit is contained in:
@@ -56,7 +56,7 @@ _asset_str_fields = frozenset({
|
||||
_asset_timestamp_fields = frozenset({
|
||||
'start_date',
|
||||
'end_date',
|
||||
'first_traded'
|
||||
'first_traded',
|
||||
'notice_date',
|
||||
'expiration_date',
|
||||
'auto_close_date',
|
||||
|
||||
Reference in New Issue
Block a user