From: Oleg Broytman Date: Sat, 2 Sep 2023 21:56:09 +0000 (+0300) Subject: Style: Fix flake8 E124 closing bracket does not match visual indentation X-Git-Tag: 5.0.0~90 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=b664e25c38cb53bac3f7f33bf333b47e6f1483b5;p=bookmarks_db.git Style: Fix flake8 E124 closing bracket does not match visual indentation --- diff --git a/bkmk_objects.py b/bkmk_objects.py index 4031e5f..b1d2073 100644 --- a/bkmk_objects.py +++ b/bkmk_objects.py @@ -11,7 +11,7 @@ __license__ = "GNU GPL" __all__ = ['Folder', 'Bookmark', 'Ruler', 'Walker', 'Writer', 'Robot', 'InverseLinker', 'Linear', 'make_linear', 'make_tree', 'break_tree', 'quote_title', 'unquote_title', 'parse_params', 'set_params', - ] + ] import os, urllib