Skip to content

Commit

Permalink
Remove cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreben committed Apr 18, 2024
1 parent 4af2d63 commit 1b5a05b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libsys_airflow/plugins/data_exports/marc/transformer.py
Expand Up @@ -18,7 +18,6 @@ def __init__(self):
self.call_numbers = self.call_number_lookup()
self.holdings_type = self.holdings_type_lookup()
self.locations = self.locations_lookup()
# self.context = get_current_context()

def call_number_lookup(self) -> dict:
lookup = {}
Expand Down

0 comments on commit 1b5a05b

Please sign in to comment.