Skip to content

Commit 8b199d1

Browse files
authored
Linting
1 parent bf7ff31 commit 8b199d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mobiml/transforms/delta_dataset_creator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
import warnings
1414
warnings.filterwarnings('ignore')
1515

16+
1617
class DeltaDatasetCreator:
1718
def __init__(self, data: Dataset) -> None:
1819
self.data = data

0 commit comments

Comments
 (0)