Updated formatting

This commit is contained in:
2025-11-05 18:44:56 -05:00
parent bfd354d41b
commit cb7b701076
2 changed files with 15 additions and 4 deletions

View File

@@ -1,5 +1,11 @@
class CSV_Data:
se_names = ['Nick Kalar', 'Michelle Crawford', 'Jacob Yero', 'Jeff Singleton', 'Kevin Von Stork']
se_names = [
'Nick Kalar',
'Michelle Crawford',
'Jacob Yero',
'Jeff Singleton',
'Kevin Von Stork',
]
configuration_items = [
'KPS Hardware',
'Bump Bar',
@@ -46,4 +52,9 @@ class CSV_Data:
'MIA',
'DEN',
]
ticket_state = ['P1 - Critical', 'P2 - High', 'P3 - Medium', 'P4 - Low']
ticket_state = [
'P1 - Critical',
'P2 - High',
'P3 - Medium',
'P4 - Low',
]