From 8cf9a6a25934bd1ba905a68ba197acf3fc59511c Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Thu, 26 Jan 2023 00:55:41 +0300 Subject: [PATCH] no pass. --- programming/language/python3/python3-matplotlib/actions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/programming/language/python3/python3-matplotlib/actions.py b/programming/language/python3/python3-matplotlib/actions.py index 6616b69a9f..ff8d1cee5b 100644 --- a/programming/language/python3/python3-matplotlib/actions.py +++ b/programming/language/python3/python3-matplotlib/actions.py @@ -7,7 +7,6 @@ from pisi.actionsapi import pythonmodules, shelltools, pisitools def setup(): - pass # dodoc method cannot move LICENSE named dir, so i delete the directory shelltools.unlinkDir("LICENSE") pisitools.dosed("setupext.py", "LICENSE", deleteLine = True)