Skip to content

Commit 03cd5e2

Browse files
Merge pull request #271 from galenseilis/remove-unused-imports-variables-import-params
remove unused imports and variables
2 parents 00f00b3 + 1d1bedc commit 03cd5e2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ciw/import_params.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import copy
2-
import types
31
import ciw.dists
42
from .network import *
53
from .schedules import *
@@ -75,7 +73,6 @@ def create_network_from_dictionary(params_input):
7573
params = fill_out_dictionary(params_input)
7674
validify_dictionary(params)
7775
# Then make the Network object
78-
number_of_classes = params["number_of_classes"]
7976
number_of_nodes = params["number_of_nodes"]
8077
if isinstance(params["priority_classes"], dict):
8178
preempt_priorities = [False] * number_of_nodes

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy