We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3241867 commit 01846baCopy full SHA for 01846ba
export.py
@@ -185,17 +185,6 @@ def __init__(self, curriculum:list):
185
class TrelloClient(object):
186
187
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
- }
199
200
@property
201
def params(self) -> dict:
0 commit comments