diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-03-21 22:33:58 +0100 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-03-21 22:33:58 +0100 |
| commit | e3741de333a3a43a7968241b6eccaaac66dd7b20 (patch) | |
| tree | 7c50aee4ca61f77e95f1b038030292c64bbb86c2 /text_recognizer/tests/support/__init__.py | |
| parent | aac452a2dc008338cb543549652da293c14b6b4e (diff) | |
Working on EMNIST Lines dataset
Diffstat (limited to 'text_recognizer/tests/support/__init__.py')
| -rw-r--r-- | text_recognizer/tests/support/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/text_recognizer/tests/support/__init__.py b/text_recognizer/tests/support/__init__.py deleted file mode 100644 index a265ede..0000000 --- a/text_recognizer/tests/support/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -"""Support file modules.""" -from .create_emnist_support_files import create_emnist_support_files |