Skip to content

Commit

Permalink
immutable data class for _ResampleData
Browse files Browse the repository at this point in the history
  • Loading branch information
phelps-sg committed Oct 10, 2023
1 parent 3b77950 commit 0b8535b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zipline_tardis_bundle/bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
CryptoDomain = EquityCalendarDomain(COUNTRY_CRYPTO, "24/7")


@dataclass
@dataclass(frozen=True)
class _ResampleData:
filename: str
dfr: pd.DataFrame
Expand Down

0 comments on commit 0b8535b

Please sign in to comment.