summaryrefslogtreecommitdiff
path: root/text_recognizer/data/iam_extended_paragraphs.py
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-10-27 22:11:18 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-10-27 22:11:18 +0200
commit2e7d569cede02667f1eabe4d32a2ed97f565c515 (patch)
tree674e76871de64649204781cf6e3a564c4bd09c9c /text_recognizer/data/iam_extended_paragraphs.py
parentb291781c3f4599e7320388ee6c26178e4e371dae (diff)
Rearrange import order and formatting
Diffstat (limited to 'text_recognizer/data/iam_extended_paragraphs.py')
-rw-r--r--text_recognizer/data/iam_extended_paragraphs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/text_recognizer/data/iam_extended_paragraphs.py b/text_recognizer/data/iam_extended_paragraphs.py
index 87b8ef1..f43e3f7 100644
--- a/text_recognizer/data/iam_extended_paragraphs.py
+++ b/text_recognizer/data/iam_extended_paragraphs.py
@@ -1,6 +1,5 @@
"""IAM original and sythetic dataset class."""
import attr
-
from torch.utils.data import ConcatDataset
from text_recognizer.data.base_data_module import BaseDataModule, load_and_print_info