Skip to content

Commit 420889e

Browse files
authored
Fix misssing import in README (#30)
1 parent c603a34 commit 420889e

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.1.1
4+
5+
### Others
6+
7+
- Fix missing import in README file.
8+
39
## 1.1.0
410

511
### Changes

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ print(cube)
3434
cube.rotate("R' L2 U D' F B'2 R' L")
3535

3636
# Solve the 3x3x3 cube
37+
from magiccube.solver.basic.basic_solver import BasicSolver
3738
solver = BasicSolver(cube)
3839
solver.solve()
3940

0 commit comments

Comments
 (0)