run black
This commit is contained in:
@ -26,6 +26,7 @@ class Bookmark(object):
|
||||
|
||||
class Bookmarks(object):
|
||||
sharedInstance = None
|
||||
|
||||
@staticmethod
|
||||
def getSharedInstance():
|
||||
if Bookmarks.sharedInstance is None:
|
||||
|
Reference in New Issue
Block a user