Skip to content

Commit 2013a46

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b70a61b commit 2013a46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

document_classifier/encoder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Encoding the url response """
1+
"""Encoding the url response"""
22

33
import pandas as pd
44

document_classifier/load_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Module for loading dataset """
1+
"""Module for loading dataset"""
22

33
from torch.utils.data import DataLoader, SequentialSampler, TensorDataset
44

0 commit comments

Comments
 (0)