mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-30 11:52:49 +08:00
Akuli and srittau: Remove Python 2 branches from Python 3 stubs (#5461)
* run script and do some manual changes (Akuli) * do the whole thing manually (srittau) * merge changes (Akuli) Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
This commit is contained in:
co-authored by
Sebastian Rittau
parent
b0ef85288d
commit
17dcea4a68
@@ -1,4 +1 @@
|
||||
import sys
|
||||
|
||||
if sys.version_info >= (3, 0):
|
||||
def geohash(latitude: float, longitude: float, datedow: bytes) -> None: ...
|
||||
def geohash(latitude: float, longitude: float, datedow: bytes) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user