Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Jul 25, 2023
1 parent 11dd9e8 commit fef801b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lessons/python/shapes/rectangle.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import numpy as np

from .shape import Shape


Expand Down
2 changes: 0 additions & 2 deletions lessons/python/shapes/square.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import numpy as np

from .rectangle import Rectangle


Expand Down

0 comments on commit fef801b

Please sign in to comment.