From: Hugo Date: Thu, 2 May 2019 19:09:49 +0000 (+0300) Subject: Fix B011 (#820) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/597a0e102cce49a61b4bb01645f313bbbc86487e?hp=597a0e102cce49a61b4bb01645f313bbbc86487e Fix B011 (#820) Do not call assert False since python -O removes these calls. Instead callers should raise AssertionError(). ---