We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d5789 commit 203bad5Copy full SHA for 203bad5
src/async_utils/_internal_types.py
@@ -11,10 +11,7 @@
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
-
15
-# This used to include CPython code, some minor performance losses have been
16
-# taken to not tightly include upstream code
17
+"""Module containing protocol definitions that should only be evaluated if introspected."""
18
19
from __future__ import annotations
20
0 commit comments