remove dead code

detected using https://github.com/asottile/dead
This commit is contained in:
Anthony Sottile 2021-11-14 08:36:02 -08:00
parent c9cac9957b
commit 0c62569c4f
7 changed files with 0 additions and 64 deletions

View file

@ -54,11 +54,6 @@ normalized path.
This function retrieves and caches the value provided on ``sys.stdin``. This
allows plugins to use this to retrieve ``stdin`` if necessary.
.. autofunction:: flake8.utils.is_windows
This provides a convenient and explicitly named function that checks if we are
currently running on a Windows (or ``nt``) operating system.
.. autofunction:: flake8.utils.is_using_stdin
Another helpful function that is named only to be explicit given it is a very