diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-10 18:32:13 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-17 08:59:31 +0100 |
commit | 787188692679b3494df4d1a488f016c0392b2bc3 (patch) | |
tree | 3d10164668f97e8b82d173bba064db461ad24b41 /gnu/packages/python-xyz.scm | |
parent | 6eb44a48d6fd99f85f1914dec9440295c2b32857 (diff) |
gnu packages/python-xyz: Remove unused modules.
* gnu/packages/python-xyz.scm: Do not import terminals module.
Change-Id: I013a309797087b7587140f4b11db27022a397791
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 657089bbcd..dc090f916c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -286,7 +286,6 @@ #:use-module (gnu packages ssh) #:use-module (gnu packages statistics) #:use-module (gnu packages tcl) - #:use-module (gnu packages terminals) #:use-module (gnu packages tex) #:use-module (gnu packages texinfo) #:use-module (gnu packages textutils) |