Remove obsolete requirement for lsp layer from python layer

This commit is contained in:
Maximilian Wolff 2019-12-15 14:56:46 +01:00
parent a77f8f41f5
commit 6e1c8e6092
No known key found for this signature in database
GPG key ID: 2DD07025BFDBD89A

View file

@ -11,4 +11,4 @@
(when (and (boundp 'python-backend)
(eq python-backend 'lsp))
(configuration-layer/declare-layer-dependencies '(lsp dap)))
(configuration-layer/declare-layer-dependencies '(dap)))