pkgs/top-level/python-packages.nix: fix trailing whitespace

This commit is contained in:
annalee 2024-03-18 19:07:39 +00:00
parent 00e2713c5b
commit eb9fc148bc
No known key found for this signature in database

View File

@ -3636,7 +3636,7 @@ self: super: with self; {
editdistance = callPackage ../development/python-modules/editdistance { };
editdistance-s = callPackage ../development/python-modules/editdistance-s { };
editdistpy = callPackage ../development/python-modules/editdistpy { };
editor = callPackage ../development/python-modules/editor { };