Skip to content

Commit

Permalink
Fix path import
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-parker authored and corneliusroemer committed Jun 10, 2024
1 parent aa098a9 commit db6d95c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from http import HTTPStatus
import dataclasses
import json
import Path
from pathlib import Path

import jwt
import pytz
Expand Down

0 comments on commit db6d95c

Please sign in to comment.