Skip to content

Commit

Permalink
Add module docstring for test_pairs_trading.py
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacCheng9 committed Aug 6, 2024
1 parent 65aff34 commit a853344
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/strategies/test_pairs_trading.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""
Tests for the Pairs Trading strategy class.
"""
from datetime import date, timedelta

import polars as pl
Expand Down

0 comments on commit a853344

Please sign in to comment.