Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Vasudevan, Rama K
pycroscopy
Commits
ac3ef318
Commit
ac3ef318
authored
Jun 05, 2018
by
Patrik Marschalik
Browse files
Remove blank line before docstring (PEP-0257)
parent
b98a0e14
Changes
1
Hide whitespace changes
Inline
Side-by-side
pycroscopy/io/translators/df_utils/nanonispy/read.py
View file @
ac3ef318
...
...
@@ -6,7 +6,6 @@ _end_tags = dict(grid=':HEADER_END:', scan='SCANIT_END', spec='[DATA]')
class
NanonisFile
(
object
):
"""
Base class for Nanonis data files (grid, scan, point spectroscopy).
...
...
@@ -137,7 +136,6 @@ class NanonisFile(object):
class
Grid
(
NanonisFile
):
"""
Nanonis grid file class.
...
...
@@ -275,7 +273,6 @@ class Grid(NanonisFile):
class
Scan
(
NanonisFile
):
"""
Nanonis scan file class.
...
...
@@ -362,7 +359,6 @@ class Scan(NanonisFile):
class
Spec
(
NanonisFile
):
"""
Nanonis point spectroscopy file class.
...
...
@@ -422,7 +418,6 @@ class Spec(NanonisFile):
class
UnhandledFileError
(
Exception
):
"""
To be raised when unknown file extension is passed.
"""
...
...
@@ -430,7 +425,6 @@ class UnhandledFileError(Exception):
class
FileHeaderNotFoundError
(
Exception
):
"""
To be raised when no header information could be determined.
"""
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment