Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 10, 2025
1 parent b99616f commit ca6ac7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion document_classifier/encoder.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" Encoding the url response """
"""Encoding the url response"""

import pandas as pd

Expand Down
2 changes: 1 addition & 1 deletion document_classifier/load_dataset.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" Module for loading dataset """
"""Module for loading dataset"""

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

Expand Down

0 comments on commit ca6ac7d

Please sign in to comment.