Skip to content

Commit d9d752c

Browse files
committed
Check if isort ignores __init__ files
Add unsorted imports.
1 parent 4f65335 commit d9d752c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cirq-core/cirq/contrib/routing/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
# limitations under the License.
1414
"""Utilities for routing circuits on devices"""
1515

16+
import sys
17+
import os
18+
1619
from cirq.contrib.routing.device import (
1720
get_linear_device_graph as get_linear_device_graph,
1821
get_grid_device_graph as get_grid_device_graph,

0 commit comments

Comments
 (0)