commit:     2a52cfadd0bc61a0d15211dfa66a83deebe0c3fc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  8 13:50:42 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr  8 13:50:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a52cfad

dev-python/watchgod: Fix whitespace

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/watchgod/watchgod-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/watchgod/watchgod-0.8.1.ebuild 
b/dev-python/watchgod/watchgod-0.8.1.ebuild
index 4e6dd5a7db55..874e2f8b0a30 100644
--- a/dev-python/watchgod/watchgod-0.8.1.ebuild
+++ b/dev-python/watchgod/watchgod-0.8.1.ebuild
@@ -5,6 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( pypy3 python3_{8..10} )
+
 inherit distutils-r1
 
 DESCRIPTION="Simple, modern file watching and code reload in Python"
@@ -35,7 +36,6 @@ BDEPEND="
 
 distutils_enable_tests pytest
 
-
 src_prepare() {
        # increase timeout
        sed -e '/sleep/s/0.01/1.0/' -i tests/test_watch.py || die

Reply via email to