Skip to content

Commit

Permalink
i-sort.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysrevans3 committed Feb 27, 2024
1 parent fe50e7e commit 18f2399
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions stac_generator/plugins/inputs/text_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@
"""


import json
import traceback
from datetime import datetime
from os import listdir
from os.path import isdir, isfile, join
import traceback

from stac_generator.core.generator import BaseGenerator
from stac_generator.core.input import BaseInput
Expand Down
2 changes: 1 addition & 1 deletion stac_generator/plugins/mappings/stac.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__contact__ = "[email protected]"

import logging
from datetime import datetime

from dateutil import parser

from stac_generator.core.baker import Recipe
Expand Down
1 change: 0 additions & 1 deletion stac_generator/plugins/outputs/stac_fastapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@

import logging
from urllib.parse import urljoin
import logging

import requests

Expand Down

0 comments on commit 18f2399

Please sign in to comment.