aboutsummaryrefslogtreecommitdiffstats
path: root/oni-python/oni-python.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-python/oni-python.el')
-rw-r--r--oni-python/oni-python.el9
1 files changed, 2 insertions, 7 deletions
diff --git a/oni-python/oni-python.el b/oni-python/oni-python.el
index bf46632..f737eeb 100644
--- a/oni-python/oni-python.el
+++ b/oni-python/oni-python.el
@@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.1201.134230
-;; Package-Requires: (oni-yasnippet oni-company oni-flycheck oni-hydra oni-lsp rainbow-delimiters reformatter traad)
+;; Version: 2024.0313.112713
+;; Package-Requires: (oni-yasnippet oni-company oni-flycheck oni-hydra oni-lsp rainbow-delimiters reformatter)
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -38,7 +38,6 @@
(require 'hydra)
(require 'python)
(require 'reformatter)
-(require 'traad)
(require 'whitespace)
(require 'yasnippet)
@@ -80,10 +79,6 @@ for indentation."
:lighter ""
:group 'python-black)
-(defhydra python-refactor-hydra (:color blue)
- ("r" traad-rename "Rename object")
- ("m" traad-extract-method "Extract method"))
-
(define-key python-mode-map (kbd "C-c r") 'python-refactor-hydra/body)
(add-hook 'python-mode-hook 'company-mode)