coding style fix
This commit is contained in:
parent
e9c1068c99
commit
cc5e0721e0
|
@ -9,7 +9,6 @@
|
|||
# ----------------------------------------------------------- #
|
||||
|
||||
import os
|
||||
import sys
|
||||
import h5py
|
||||
import numpy as np
|
||||
import xml.etree.cElementTree as ET
|
||||
|
@ -51,9 +50,6 @@ def lables_to_path(label, dsXMLPath=None):
|
|||
return (dataType, h5path)
|
||||
|
||||
|
||||
# ----------------------- #
|
||||
# H5Table interface class #
|
||||
# ----------------------- #
|
||||
class H5Table(object):
|
||||
"""
|
||||
DESCRIPTION
|
||||
|
|
Loading…
Reference in New Issue