Skip to content

Commit a665007

Browse files
committed
MOD: Improve Python dev environment config
1 parent 7df173d commit a665007

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/test_historical_bento.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import pytest
1010
from databento.common.bento import Bento, FileBento, MemoryBento
1111
from databento.common.enums import Compression, Encoding, Schema, SType
12+
1213
from tests.fixtures import get_test_data, get_test_data_path
1314

1415

tests/test_historical_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from databento import FileBento, Historical
88
from databento.common.enums import HistoricalGateway, Schema
99
from pytest_mock import MockerFixture
10+
1011
from tests.fixtures import get_test_data_path
1112

1213

0 commit comments

Comments
 (0)