Skip to content

Commit

Permalink
removed redundant lists
Browse files Browse the repository at this point in the history
  • Loading branch information
grayson-helmholz committed Oct 18, 2024
1 parent 9c066f5 commit 7d70d98
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,6 @@ def pick_newtype_attrs(some_type: type) -> list:
nb_output_stderr = "remove"


nitpick_temp_edge_names = pick_newtype_attrs(EdgeQuantumNumbers)
nitpick_temp_node_names = pick_newtype_attrs(NodeQuantumNumbers)
nitpick_temp_names = [
*pick_newtype_attrs(EdgeQuantumNumbers),
*pick_newtype_attrs(NodeQuantumNumbers),
Expand Down

0 comments on commit 7d70d98

Please sign in to comment.