mirror of
https://github.com/ossu/computer-science.git
synced 2025-04-14 12:53:03 -04:00
nit: Remove unused BOARD_SETTINGS
This commit is contained in:
parent
3241867bb7
commit
01846ba0d8
11
export.py
11
export.py
@ -185,17 +185,6 @@ class OssuCurriculum(object):
|
||||
class TrelloClient(object):
|
||||
|
||||
TRELLO_ENDPOINT = 'https://api.trello.com/1'
|
||||
BOARD_SETTINGS = {
|
||||
'name': "OSSU - CompSci",
|
||||
'label_colors': {
|
||||
'curriculum': 'black',
|
||||
'extra': 'orange',
|
||||
# Colour of divider labels in the 'Done' list
|
||||
'subject': 'purple',
|
||||
# An ordered set of reserved label colours for each successive level.
|
||||
'sections': ('sky', 'purple', 'yellow')
|
||||
},
|
||||
}
|
||||
|
||||
@property
|
||||
def params(self) -> dict:
|
||||
|
Loading…
x
Reference in New Issue
Block a user