Skip to content

Commit

Permalink
mod imports
Browse files Browse the repository at this point in the history
  • Loading branch information
boot1110001 committed Feb 8, 2019
1 parent f4cd41a commit 4d2dc4a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion bin/graphic/displays.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
### IMPORTS ####################################################################
import pygame

# from .color import Color
from . import color

### FUNCTIONS ##################################################################
Expand Down
1 change: 0 additions & 1 deletion fastmind.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
from bin.graphic.wall import Wall
from bin.graphic.goal import Goal
from bin.graphic.player import Player
# from bin.graphic.color import Color
from bin.graphic import color
from bin.graphic import displays

Expand Down

0 comments on commit 4d2dc4a

Please sign in to comment.