Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
Signed-off-by: Alex McCaskey <amccaskey@nvidia.com>
  • Loading branch information
amccaskey committed Mar 25, 2024
1 parent 40d535b commit 24ec4e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/cudaq/kernel/kernel_decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ def __call__(self, *args):
# validate the argument types
processedArgs = []
callableNames = []
isEmptyListAndElementType = [None]*len(args)
for i, arg in enumerate(args):
if isinstance(arg, PyKernelDecorator):
arg.compile()
Expand Down

0 comments on commit 24ec4e6

Please sign in to comment.