Skip to content

Commit efd9a5b

Browse files
committed
remove self.github, which wasn't used
1 parent 97f072f commit efd9a5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/automated_ingestion/eessitarball.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ class EessiTarball:
2222
def __init__(self, object_name, config, git_staging_repo, s3, bucket):
2323
"""Initialize the tarball object."""
2424
self.config = config
25-
self.github = github
2625
self.git_repo = git_staging_repo
2726
self.metadata_file = object_name + config['paths']['metadata_file_extension']
2827
self.object = object_name

0 commit comments

Comments
 (0)