Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Commit

Permalink
Fix for implicit imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjc committed May 4, 2016
1 parent 714da33 commit 3cd0228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doodle.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def error(message, *lines):

# Scientific & Imaging Libraries
import numpy as np
import scipy.optimize
import scipy.optimize, scipy.ndimage, scipy.misc
import PIL

# Numeric Computing (GPU)
Expand Down

0 comments on commit 3cd0228

Please sign in to comment.