Skip to content

Commit

Permalink
update format
Browse files Browse the repository at this point in the history
  • Loading branch information
Pengfei Chen committed Oct 2, 2023
1 parent e80b95d commit 09a79d3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions unitary/examples/quantum_chinese_chess/piece.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from unitary.alpha import (
QuantumObject
)
from unitary.alpha import QuantumObject
from unitary.examples.quantum_chinese_chess.enums import (
SquareState,
Language,
Color,
Type
Type,
)


Expand Down

0 comments on commit 09a79d3

Please sign in to comment.