Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
madcpf committed Oct 30, 2023
1 parent 94f9d2d commit 98300c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unitary/examples/quantum_chinese_chess/move_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# 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.examples.quantum_chinese_chess.move import Move, Jump
from unitary.examples.quantum_chinese_chess.move import *
from unitary.examples.quantum_chinese_chess.board import Board
from unitary.examples.quantum_chinese_chess.piece import Piece
import pytest
Expand Down

0 comments on commit 98300c5

Please sign in to comment.