Skip to content

Commit

Permalink
Updated Hyper File generator, which is just going to be left in for c…
Browse files Browse the repository at this point in the history
…onvenience for now
  • Loading branch information
Bryant Howell committed Dec 6, 2019
1 parent ab7c796 commit 1ed6b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tableau_documents/hyper_file_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

from tableausdk import *
from tableausdk.HyperExtract import *
from ..tableau_base import *
from tableau_tools.logging_methods import LoggingMethods


class HyperFileGenerator(TableauBase):
class HyperFileGenerator(LoggingMethods):
def __init__(self, logger_obj=None):
super(self.__class__, self).__init__()
self.logger = logger_obj
Expand Down

0 comments on commit 1ed6b17

Please sign in to comment.