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 659b147 commit 249f88dCopy full SHA for 249f88d
1 file changed
src/misc.py
@@ -39,12 +39,12 @@ class Room(Enum):
39
s3b = "S3B"
40
s4a = "S4A"
41
s4b = "S4B"
42
- glass_room = "Conference room F0 (Glass room)"
43
- s4_1_2_3 = "Room S4(1,2,3)"
44
- s4_4 = "Room S4(4)"
45
- s4_5 = "Room S4(5)"
46
- fishbowl = "F2 Fishbowl room"
47
- room_2_017_2_018 = "2.017/2.018 room"
+ glass_room = "F0 (Glass Room)"
+ s4_1_2_3 = "S4 (1, 2, 3)"
+ s4_4 = "S4 (4)"
+ s4_5 = "S4 (5)"
+ fishbowl = "F2 (Fishbowl Room)"
+ room_2_017_2_018 = "Room 2.017/2.018"
48
poster_hall_a = "Poster Hall A"
49
poster_hall_b = "Poster Hall B"
50
poster_hall_c = "Poster Hall C"
0 commit comments