Skip to content

Commit 1c7244c

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web_programming/fetch_jobs.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,7 @@ def fetch_jobs(
5252

5353

5454
if __name__ == "__main__":
55-
for i, (title, company) in enumerate(fetch_jobs("python developer", "Bangalore"), 1):
55+
for i, (title, company) in enumerate(
56+
fetch_jobs("python developer", "Bangalore"), 1
57+
):
5658
print(f"Job {i:>2} is {title} at {company}")

0 commit comments

Comments
 (0)