Skip to content

Commit 47f164f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e4881a9 commit 47f164f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sde_collections/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ def resolve_title_pattern(title_pattern_id):
144144
title_pattern = TitlePattern.objects.get(id=title_pattern_id)
145145
title_pattern.apply()
146146

147+
147148
@celery_app.task
148149
def fetch_and_update_full_text(collection_id, server_type):
149150
try:
@@ -198,4 +199,3 @@ def get_server_config(server_type):
198199
return {"url": "http://sde-xli.nasa-impact.net/api/v1/engine.sql", "token": os.getenv("LIS_TOKEN")}
199200
else:
200201
raise ValueError("Invalid server type.")
201-

0 commit comments

Comments
 (0)