]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Minor code cleanups for statistics (GH-19873)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sun, 3 May 2020 02:30:24 +0000 (19:30 -0700)
committerGitHub <noreply@github.com>
Sun, 3 May 2020 02:30:24 +0000 (19:30 -0700)
commit0400a7f2f8abec8d441990e951cc25f69a2a4036
treee465fb589afd36c858d41728b819ae822a73c3e9
parent8aab84312e6062cda44cc67c2b7c0c0f70119c67
Minor code cleanups for statistics (GH-19873)

* Minor cleanups:  Removed unused code.  Move C import near its Python version.

* Clean-up whitespace
Lib/statistics.py