coding style fix

This commit is contained in:
chen 2016-10-09 19:06:24 -04:00
parent e9c1068c99
commit cc5e0721e0
1 changed files with 5 additions and 9 deletions

View File

@ -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