diff --git a/stubs/greplin/scales/cyclonehandler.pyi b/stubs/greplin/scales/cyclonehandler.pyi deleted file mode 100644 --- a/stubs/greplin/scales/cyclonehandler.pyi +++ /dev/null @@ -1,8 +0,0 @@ -# Stubs for greplin.scales.cyclonehandler (Python 3) -# -# NOTE: This dynamically typed stub was automatically generated by stubgen. - -import cyclone.web -from greplin.scales import tornadolike - -class StatsHandler(tornadolike.Handler, cyclone.web.RequestHandler): ...