Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Sep 26, 2023
1 parent d237812 commit 888796f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gsp.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Get GSP boundary data from eso """
import os
from typing import List, Optional, Union

import os
import structlog
from fastapi import APIRouter, Depends, Request, Security, status
from fastapi.responses import Response
Expand Down

0 comments on commit 888796f

Please sign in to comment.