Skip to content

Commit 1335dff

Browse files
committed
Syntax clarity
1 parent 9585f74 commit 1335dff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
'page_source = seleniumbase.plugins.page_source:PageSource',
4242
'screen_shots = seleniumbase.plugins.screen_shots:ScreenShots',
4343
'test_info = seleniumbase.plugins.basic_test_info:BasicTestInfo',
44-
'db_reporting = '
45-
'seleniumbase.plugins.db_reporting_plugin:DBReporting',
44+
('db_reporting = '
45+
'seleniumbase.plugins.db_reporting_plugin:DBReporting'),
4646
's3_logging = seleniumbase.plugins.s3_logging_plugin:S3Logging',
47-
'hipchat_reporting = seleniumbase.plugins'
48-
'.hipchat_reporting_plugin:HipchatReporting',
47+
('hipchat_reporting = seleniumbase.plugins'
48+
'.hipchat_reporting_plugin:HipchatReporting'),
4949
]
5050
}
5151
)

0 commit comments

Comments
 (0)