Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
dwierichs committed Sep 19, 2024
1 parent 539227c commit e4d1261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pennylane/qaoa/cycle.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from typing import Union

import networkx as nx
import numpy as np # pylint: disable=wrong-import-order
import numpy as np # pylint: disable=wrong-import-order
import rustworkx as rx

import pennylane as qml
Expand Down

0 comments on commit e4d1261

Please sign in to comment.