Skip to content

Commit 5b840e5

Browse files
authored
Update loader.py
1 parent 2c5a989 commit 5b840e5

File tree

1 file changed

+1
-0
lines changed
  • tools/accuracy_checker/accuracy_checker/launcher/loaders

1 file changed

+1
-0
lines changed

tools/accuracy_checker/accuracy_checker/launcher/loaders/loader.py

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

2323
StoredPredictionBatch = namedtuple('StoredPredictionBatch', ['raw_predictions', 'identifiers', 'meta'])
2424

25+
2526
class Loader(ClassProvider):
2627
"""
2728
Interface that describes loading output from another tool.

0 commit comments

Comments
 (0)