Skip to content

Commit

Permalink
Update env.py
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Nov 14, 2024
1 parent dd88ab2 commit e948f55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/posit/connect/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

from typing import Any, Iterator, List, Mapping, MutableMapping, Optional

from posit.connect._api_call import ApiCallMixin
from posit.connect._types_content_item import ContentItemContext
from posit.connect._types_context import ContextP
from ._api_call import ApiCallMixin
from ._types_content_item import ContentItemContext
from ._types_context import ContextP


class EnvVars(ApiCallMixin, ContextP[ContentItemContext], MutableMapping[str, Optional[str]]):
Expand Down

0 comments on commit e948f55

Please sign in to comment.