Skip to content

Commit

Permalink
chore: Add from __future__ import annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 11, 2024
1 parent cab2de4 commit 3f150d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scrapyd_client/pyclient.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import annotations

from scrapyd_client import lib
from scrapyd_client.utils import DEFAULT_TARGET_URL
Expand Down

0 comments on commit 3f150d7

Please sign in to comment.