Skip to content

Commit

Permalink
Another bogus edit to get caught by ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
lwrubel committed Jul 2, 2024
1 parent 3ece724 commit c2283c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rialto_airflow/harvest/sul_pub.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import logging

import requests
import polars # unused import


SUL_PUB_FIELDS = [
Expand Down Expand Up @@ -41,6 +40,7 @@ def sul_pub_csv(csv_file, host, key, since=None, limit=None):
for row in harvest(host, key, since, limit):
writer.writerow(row)

return bogus

def harvest(host, key, since, limit):
url = f"https://{host}/publications.json"
Expand Down

0 comments on commit c2283c0

Please sign in to comment.