Skip to content

Commit

Permalink
Removed coverage from vis-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
tkakar committed Jan 9, 2025
1 parent 629fa39 commit d62f29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vis-preview.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def get_headers(token): # pragma: no cover
return headers


def get_entity(uuid):
def get_entity(uuid): # pragma: no cover
try:
response = requests.get(f'{defaults["dataset_url"]}{uuid}.json', headers=headers)
if response.status_code != 200:
Expand Down

0 comments on commit d62f29b

Please sign in to comment.