Skip to content

Commit

Permalink
Linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkvanhooft committed Dec 21, 2023
1 parent bf5432b commit a7d7fa6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion examples/applications/qkd/example_use_qkd.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import sys
from typing import Any, Dict, Generator

import netsquid as ns
from bitarray import bitarray
from netsquid_netbuilder.util.network_generation import create_simple_network

from pydynaa import EventExpression
from squidasm.run.stack.run import run
from squidasm.sim.stack.program import Program, ProgramContext, ProgramMeta
import netsquid as ns
from squidasm.util.qkd_routine import QKDRoutine
from squidasm.util.routines import recv_int, send_int

Expand Down
1 change: 0 additions & 1 deletion squidasm/run/stack/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def _setup_network(config: StackNetworkConfig) -> StackNetwork:
for (node_name, peer_name), socket in csockets.items():
stacks[node_name].host.register_csocket(peer_name, socket)


link_prots: List[MagicLinkLayerProtocol] = []
network.start()

Expand Down

0 comments on commit a7d7fa6

Please sign in to comment.