Skip to content

Commit f1179a9

Browse files
committed
indent error
1 parent e790a49 commit f1179a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microscope/abc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1636,7 +1636,7 @@ def write_line(self,line,ouput):
16361636
line: the line to be set
16371637
output: the level True for high and Flase for low."""
16381638

1639-
raise NotImplementedError()
1639+
raise NotImplementedError()
16401640

16411641
@abc.abstractmethod
16421642
def write_all_lines(self,ouput_array):

0 commit comments

Comments
 (0)