Skip to content

Commit

Permalink
fixed lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Witchking authored and Witchking committed May 4, 2024
1 parent b03af62 commit 4d593a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_derivatives_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"""

from typing import List

import pandas as pd
import pytest

from nsedt.derivatives import options as opt

START_DATE = "01-01-2024"
Expand Down

0 comments on commit 4d593a8

Please sign in to comment.