Skip to content

Commit

Permalink
fix codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippPlank committed Jun 13, 2023
1 parent 3ada1a8 commit fabb7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lava/magma/compiler/channels/pypychannel.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import typing as ty
from dataclasses import dataclass
from multiprocessing import Semaphore
from queue import Queue, Empty, Full
from queue import Queue, Empty
from threading import BoundedSemaphore, Condition, Thread
from time import time
from scipy.sparse import csr_matrix
Expand Down

0 comments on commit fabb7db

Please sign in to comment.