Skip to content

Commit 01846ba

Browse files
aiswaciumawanjohi
authored andcommitted
nit: Remove unused BOARD_SETTINGS
1 parent 3241867 commit 01846ba

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

export.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -185,17 +185,6 @@ def __init__(self, curriculum:list):
185185
class TrelloClient(object):
186186

187187
TRELLO_ENDPOINT = 'https://api.trello.com/1'
188-
BOARD_SETTINGS = {
189-
'name': "OSSU - CompSci",
190-
'label_colors': {
191-
'curriculum': 'black',
192-
'extra': 'orange',
193-
# Colour of divider labels in the 'Done' list
194-
'subject': 'purple',
195-
# An ordered set of reserved label colours for each successive level.
196-
'sections': ('sky', 'purple', 'yellow')
197-
},
198-
}
199188

200189
@property
201190
def params(self) -> dict:

0 commit comments

Comments
 (0)