Skip to content

Commit e296e4c

Browse files
committed
Fix lints and bump version
1 parent a167a4e commit e296e4c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

openlayer/model_runners/base_model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
from typing import Any, Dict, Tuple
1111

1212
import pandas as pd
13+
1314
from ..tracing import tracer
1415

1516

openlayer/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
)
2424
"""
2525

26-
__version__ = "0.1.0a29"
26+
__version__ = "0.1.0a30"

0 commit comments

Comments
 (0)