Skip to content

Commit 4e0bcb2

Browse files
committed
flake8
1 parent 087110b commit 4e0bcb2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

dcoraid/dbmodel/meta_cache.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ def __init__(self,
5151

5252
self._initialize(circle_ids)
5353

54-
5554
def _initialize(self, circle_ids=None):
5655
# List of all dataset dictionaries (only used during init)
5756
datasets = []

dcoraid/gui/dbview/filter_views.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,9 @@ def __init__(self, *args, **kwargs):
142142
self.tableWidget.setDragEnabled(True)
143143
self.tableWidget.setDragDropMode(
144144
QtWidgets.QAbstractItemView.DragDropMode.DragOnly)
145-
self.label_info.setText("<i>Hint: You can drag and drop your selection "
146-
"from the resources list to DCscope!</i>")
145+
self.label_info.setText(
146+
"<i>Hint: You can drag and drop your selection "
147+
"from the resources list to DCscope!</i>")
147148

148149
def get_entry_actions(self, row, entry):
149150
api = get_ckan_api()

0 commit comments

Comments
 (0)