Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def load_gmt(filename):
return load_data.load_gmt(filename)
def load_file(self, filename):
'''
Load TSV file.
'''
load_data.load_file(self, filename)