Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
rmshaffer committed Dec 14, 2023
1 parent 6e5ebb7 commit 4a3d51f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/braket/experimental/autoqasm/types/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

from __future__ import annotations

from collections.abc import Iterable, List
from typing import Any, Optional
from collections.abc import Iterable
from typing import Any, List, Optional

import oqpy
import oqpy.base
Expand Down

0 comments on commit 4a3d51f

Please sign in to comment.