Skip to content

Commit 7d98b6e

Browse files
committed
fix
1 parent 826d3bd commit 7d98b6e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mindocr/data/transforms/transforms_factory.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
from .svtr_transform import *
1212
from .table_transform import *
1313

14+
# noqa: F405
1415
SUPPORTED_TRANSFORMS = {
1516
"EASTProcessTrain": EASTProcessTrain,
1617
"DetLabelEncode": DetLabelEncode,

mindocr/postprocess/builder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
__all__ = ["build_postprocess"]
2323

24+
# noqa: F405
2425
SUPPORTED_POSTPROCESS = {
2526
"DBPostprocess": DBPostprocess,
2627
"PSEPostprocess": PSEPostprocess,

0 commit comments

Comments
 (0)