Skip to content

Commit

Permalink
Removed (out-of-date) TIleExporter import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
petebankhead committed Feb 14, 2020
1 parent d803996 commit 4e9fccd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/advanced/exporting_annotations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ The following script applies this to export overlapping image tiles, and associa

::

import qupath.lib.gui.ml.TileExporter
import qupath.lib.images.servers.LabeledImageServer

def imageData = getCurrentImageData()
Expand Down
2 changes: 0 additions & 2 deletions docs/advanced/exporting_images.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ To use it, you create an exporter for a specific ``ImageData``, customize it as
* Script to export image tiles (can be customized in various ways).
*/
import qupath.lib.gui.ml.TileExporter
// Get the current image (supports 'Run for project')
def imageData = getCurrentImageData()
Expand Down

0 comments on commit 4e9fccd

Please sign in to comment.