Skip to content

Commit

Permalink
pre-commit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
klemen1999 committed Oct 25, 2024
1 parent b4e9e89 commit 40a4d18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions depthai_nodes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .ml.parsers import *
from .parser_generator import ParserGenerator
from .parsing_neural_network import ParsingNeuralNetwork
from .parser_generator import ParserGenerator # noqa: F401
from .parsing_neural_network import ParsingNeuralNetwork # noqa: F401

__version__ = "0.0.2"

0 comments on commit 40a4d18

Please sign in to comment.