Skip to content

Commit

Permalink
Revert imports from collections.abc
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Mar 23, 2023
1 parent 777d8dc commit e49c3fb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 14 deletions.
3 changes: 1 addition & 2 deletions awscrt-stubs/auth.pyi
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
from collections.abc import Callable, Sequence
from concurrent.futures import Future
from datetime import datetime
from enum import IntEnum
from typing import Any, List, Optional, Tuple, Type, TypeVar
from typing import Any, Callable, List, Optional, Sequence, Tuple, Type, TypeVar

from awscrt import NativeResource as NativeResource
from awscrt.http import HttpProxyOptions
Expand Down
3 changes: 1 addition & 2 deletions awscrt-stubs/eventstream/rpc.pyi
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import abc
from abc import ABC, abstractmethod
from collections.abc import Callable, Sequence
from concurrent.futures import Future
from enum import IntEnum
from typing import Any, Optional
from typing import Any, Callable, Optional, Sequence

from awscrt import NativeResource
from awscrt.eventstream import Header
Expand Down
3 changes: 1 addition & 2 deletions awscrt-stubs/http.pyi
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from collections.abc import Callable, Iterator
from concurrent.futures import Future
from enum import IntEnum
from typing import IO, Any, List, Optional, Tuple, Type, TypeVar
from typing import IO, Any, Callable, Iterator, List, Optional, Tuple, Type, TypeVar

from awscrt import NativeResource as NativeResource
from awscrt.io import ClientBootstrap as ClientBootstrap
Expand Down
3 changes: 1 addition & 2 deletions awscrt-stubs/mqtt.pyi
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
from collections.abc import Callable
from concurrent.futures import Future
from dataclasses import dataclass
from enum import IntEnum
from typing import Any, Dict, Optional, Tuple, Union
from typing import Any, Callable, Dict, Optional, Tuple, Union

from awscrt import NativeResource as NativeResource
from awscrt.exceptions import AwsCrtError
Expand Down
3 changes: 1 addition & 2 deletions awscrt-stubs/mqtt5.pyi
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
from collections.abc import Callable, Sequence
from concurrent.futures import Future
from dataclasses import dataclass
from enum import IntEnum
from typing import Any, Optional
from typing import Any, Callable, Optional, Sequence

from awscrt import NativeResource as NativeResource
from awscrt import exceptions as exceptions
Expand Down
3 changes: 1 addition & 2 deletions awscrt-stubs/s3.pyi
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
from collections.abc import Callable
from concurrent.futures import Future
from enum import IntEnum
from threading import Event
from typing import List, Optional, Tuple
from typing import Callable, List, Optional, Tuple

from awscrt import NativeResource as NativeResource
from awscrt.auth import AwsCredentialsProvider as AwsCredentialsProvider
Expand Down
3 changes: 1 addition & 2 deletions awscrt-stubs/websocket.pyi
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from collections.abc import Callable, Sequence
from dataclasses import dataclass
from enum import IntEnum
from typing import Any, Optional, Tuple, Union
from typing import Any, Callable, Optional, Sequence, Tuple, Union

from awscrt import NativeResource as NativeResource
from awscrt.http import HttpProxyOptions as HttpProxyOptions
Expand Down

0 comments on commit e49c3fb

Please sign in to comment.