Skip to content

Commit

Permalink
Update loadSIGNOR.py
Browse files Browse the repository at this point in the history
Deleted one unnecessary line.
  • Loading branch information
beasleyjonm authored Aug 21, 2024
1 parent 6e8f693 commit dff2452
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parsers/SIGNOR/src/loadSIGNOR.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def get_data(self) -> int:
with open(os.path.join(self.data_path, self.signor_stimuli_filename), 'wb') as f:
f.write(response.content)
elif source == self.signor_file_name:
source_url = f"{source}"
data_puller.pull_via_http(self.signor_data_url, self.data_path)
file_count+=1
return file_count
Expand Down

0 comments on commit dff2452

Please sign in to comment.