Skip to content

Commit

Permalink
Fix blunder in prev. commit
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoConti committed Nov 13, 2024
1 parent d870e25 commit 673458a
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
from Deeploy.DeeployTypes import ConstantBuffer, OperatorRepresentation, VariableBuffer, NodeTypeChecker


class ConcatChecker(SignPropTypeChecker):
Expand Down

0 comments on commit 673458a

Please sign in to comment.