kopia lustrzana https://github.com/ctjacobs/pyqso
Flake8.
rodzic
2487424839
commit
ce969cc8d7
|
@ -1123,7 +1123,6 @@ class Logbook:
|
||||||
umd.dialog.destroy()
|
umd.dialog.destroy()
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def log_count(self):
|
def log_count(self):
|
||||||
""" Return the total number of logs in the logbook.
|
""" Return the total number of logs in the logbook.
|
||||||
|
|
|
@ -181,7 +181,6 @@ class Modes:
|
||||||
connection.close()
|
connection.close()
|
||||||
except sqlite3.Error as e:
|
except sqlite3.Error as e:
|
||||||
logging.exception(e)
|
logging.exception(e)
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
def parse(self, url):
|
def parse(self, url):
|
||||||
|
@ -205,4 +204,3 @@ class Modes:
|
||||||
modes[mode] = submode
|
modes[mode] = submode
|
||||||
|
|
||||||
return modes
|
return modes
|
||||||
|
|
||||||
|
|
|
@ -48,4 +48,3 @@ class UpdateModesDialog:
|
||||||
:rtype: str
|
:rtype: str
|
||||||
"""
|
"""
|
||||||
return self.sources["URL"].get_text()
|
return self.sources["URL"].get_text()
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue