Skip to content

Commit d32a31d

Browse files
fix imports
1 parent 331a59e commit d32a31d

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/posit/connect/client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
from __future__ import annotations
44

5-
from typing import Optional
6-
7-
from typing_extensions import TYPE_CHECKING, overload
5+
from typing_extensions import TYPE_CHECKING, Optional, overload
86

97
from . import hooks, me
108
from .auth import Auth

src/posit/connect/oauth/associations.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
from __future__ import annotations
44

5-
from typing import TYPE_CHECKING
6-
7-
from typing_extensions import List
5+
from typing_extensions import TYPE_CHECKING, List
86

97
from ..resources import BaseResource, Resources
108

0 commit comments

Comments
 (0)