diff --git a/stubs/scales/clock.pyi b/stubs/scales/clock.pyi deleted file mode 100644 --- a/stubs/scales/clock.pyi +++ /dev/null @@ -1,8 +0,0 @@ -# Stubs for scales.clock (Python 3) -# -# NOTE: This dynamically typed stub was automatically generated by stubgen. - -class BasicClock: - def time(self): ... - -def getClock(): ...