mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-30 04:36:26 +08:00
Merge pull request #273 from ahojnnes/draw-file-deletion
STY: Delete unnecessary file in draw package.
This commit is contained in:
@@ -1 +1,2 @@
|
||||
from .draw import *
|
||||
from ._draw import line, polygon, ellipse, circle
|
||||
bresenham = line
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
"""
|
||||
Methods to draw on arrays.
|
||||
|
||||
"""
|
||||
|
||||
from ._draw import line, polygon, ellipse, circle
|
||||
bresenham = line
|
||||
Reference in New Issue
Block a user