Skip to content

Commit

Permalink
Remove ununsed imports
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus G K Williams <Marcus G K Williams [email protected]>
  • Loading branch information
Marcus G K Williams authored and Marcus G K Williams committed Jul 25, 2024
1 parent bf61b7c commit e4d8022
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/lava/magma/compiler/channel_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
# See: https://spdx.org/licenses/

import itertools
import os
import pickle
import typing as ty
from collections import defaultdict
from dataclasses import dataclass
Expand Down
1 change: 0 additions & 1 deletion src/lava/proc/clp/id_broadcast/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import typing as ty

import numpy as np
from lava.magma.core.process.ports.ports import InPort, OutPort
from lava.magma.core.process.variable import Var
from lava.magma.core.process.process import AbstractProcess, LogConfig
Expand Down

0 comments on commit e4d8022

Please sign in to comment.