diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-09-18 18:11:21 +0200 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-09-18 18:11:53 +0200 |
| commit | 2cc6aa059139b57057609817913ad515063c2eab (patch) | |
| tree | 5433f69a5eaf63e064a100bf900783127c7b1ff4 /text_recognizer/networks/convnext/__init__.py | |
| parent | 88caa5c466225d4752541c352c5777235f8f0c61 (diff) | |
Format imports
Format imports
Diffstat (limited to 'text_recognizer/networks/convnext/__init__.py')
| -rw-r--r-- | text_recognizer/networks/convnext/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/text_recognizer/networks/convnext/__init__.py b/text_recognizer/networks/convnext/__init__.py index 1743f09..faebe6f 100644 --- a/text_recognizer/networks/convnext/__init__.py +++ b/text_recognizer/networks/convnext/__init__.py @@ -1,7 +1,7 @@ """Convnext module.""" -from text_recognizer.networks.convnext.convnext import ConvNext from text_recognizer.networks.convnext.attention import ( Attention, FeedForward, TransformerBlock, ) +from text_recognizer.networks.convnext.convnext import ConvNext |