Skip to content

Commit

Permalink
Extremely stupid linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoConti committed Nov 13, 2024
1 parent 673458a commit c01d09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Deeploy/Targets/Generic/TypeCheckers.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

from Deeploy.AbstractDataTypes import Pointer
from Deeploy.CommonExtensions.TypeCheckers.SignPropTypeChecker import SignPropTypeChecker
from Deeploy.DeeployTypes import ConstantBuffer, OperatorRepresentation, VariableBuffer, NodeTypeChecker
from Deeploy.DeeployTypes import ConstantBuffer, NodeTypeChecker, OperatorRepresentation, VariableBuffer


class ConcatChecker(SignPropTypeChecker):
Expand Down

0 comments on commit c01d09d

Please sign in to comment.