Skip to content

Commit

Permalink
fixup! Issue #460 use typing.NamedTuple for _Backend container in job…
Browse files Browse the repository at this point in the history
…_management
  • Loading branch information
soxofaan committed Aug 25, 2023
1 parent ebce140 commit 07273c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openeo/extra/job_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import logging
import time
from pathlib import Path
from typing import Callable, Dict, Optional, Union, NamedTuple
from typing import Callable, Dict, NamedTuple, Optional, Union

import pandas as pd
import requests
Expand Down

0 comments on commit 07273c9

Please sign in to comment.