aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 88b19c88cd9..5edd6e7df56 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -5852,11 +5852,6 @@ REPORT-FN is Flymake's callback function."
5852 5852
5853 (add-hook 'flymake-diagnostic-functions #'python-flymake nil t)) 5853 (add-hook 'flymake-diagnostic-functions #'python-flymake nil t))
5854 5854
5855
5856(provide 'python) 5855(provide 'python)
5857 5856
5858;; Local Variables:
5859;; indent-tabs-mode: nil
5860;; End:
5861
5862;;; python.el ends here 5857;;; python.el ends here