]> git.phdru.name Git - bookmarks_db.git/blobdiff - robots.py
Style: Fix flake8 E305 expected 2 blank lines, found 1
[bookmarks_db.git] / robots.py
index 2527a0c2192e7700cd3ed31acd9337a7d31d35d8..84a3a2bcac5069158e5acd243629d5305c145b9b 100644 (file)
--- a/robots.py
+++ b/robots.py
@@ -22,5 +22,6 @@ def import_robot(robot_name):
     exec("robot = bkmk_r%s.robot_%s" % (robot_name, robot_name))
     return robot
 
+
 robot = import_robot(robot_name)
 set_params(robot, robot_params)