summary refs log tree commit diff
path: root/pkgs/development/python-modules/alembic/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/alembic/default.nix')
-rw-r--r--pkgs/development/python-modules/alembic/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/alembic/default.nix b/pkgs/development/python-modules/alembic/default.nix
index 142c6d1c416..5a4ef5e0bc6 100644
--- a/pkgs/development/python-modules/alembic/default.nix
+++ b/pkgs/development/python-modules/alembic/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, buildPythonPackage, fetchPypi
+{ lib, buildPythonPackage, fetchPypi
 , pytest, pytestcov, mock, coverage, setuptools
 , Mako, sqlalchemy, python-editor, dateutil
 }: