mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-28 06:36:54 +08:00
typeshed: remove crufty comments (#4699)
Co-authored-by: hauntsaninja <>
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
# Stubs for fnmatch
|
||||
|
||||
# Based on http://docs.python.org/3.2/library/fnmatch.html and
|
||||
# python-lib/fnmatch.py
|
||||
|
||||
from typing import AnyStr, Iterable, List
|
||||
|
||||
def fnmatch(name: AnyStr, pat: AnyStr) -> bool: ...
|
||||
|
||||
Reference in New Issue
Block a user