Commit adc5a81c authored by jtc42's avatar jtc42
Browse files

Deleted redundant stage test file

parent 4733b250
Loading
Loading
Loading
Loading

test1.py

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
from openflexure_microscope.stage.sangaboard import Sangaboard

import logging
import sys

logging.basicConfig(stream=sys.stdout, level=logging.DEBUG)

stage = Sangaboard()
 No newline at end of file