Skip to content

Commit

Permalink
Remove unused instance variables from Operation
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmreed committed Apr 20, 2020
1 parent a3f6b26 commit c7aba2a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions amaxa/amaxa.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@ def __init__(self, connection):
self.steps = []
self.connection = connection
self._bulk = None
self.describe_info = {}
self.field_maps = {}
self.proxy_objects = {}
self.key_prefix_map = None
self.logger = logging.getLogger("amaxa")
self.file_store = FileStore()

Expand Down

0 comments on commit c7aba2a

Please sign in to comment.