Skip to content

Commit 67460bf

Browse files
committed
Refactoring
1 parent 5d80af5 commit 67460bf

File tree

13 files changed

+0
-13
lines changed

13 files changed

+0
-13
lines changed

seleniumbase/console_scripts/run.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
sbase grid-hub start
3737
sbase grid-node start --hub=127.0.0.1
3838
"""
39-
4039
import colorama
4140
import sys
4241
import time

seleniumbase/console_scripts/sb_behave_gui.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
Output:
1515
Launches SeleniumBase Behave Commander | GUI for Behave.
1616
"""
17-
1817
import colorama
1918
import subprocess
2019
import sys

seleniumbase/console_scripts/sb_caseplans.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
Output:
1717
Launches the SeleniumBase Case Plans Generator.
1818
"""
19-
2019
import codecs
2120
import colorama
2221
import os

seleniumbase/console_scripts/sb_commander.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
Output:
1919
Launches SeleniumBase Commander | GUI for pytest.
2020
"""
21-
2221
import colorama
2322
import subprocess
2423
import sys

seleniumbase/console_scripts/sb_install.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
(geckodriver is required for Firefox automation)
2727
(edgedriver is required for MS__Edge automation)
2828
"""
29-
3029
import colorama
3130
import os
3231
import platform

seleniumbase/console_scripts/sb_mkchart.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
and use a "sky" theme with "slide" transition.
2424
The chart can be used as a basic boilerplate.
2525
"""
26-
2726
import codecs
2827
import colorama
2928
import os

seleniumbase/console_scripts/sb_mkdir.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
and Python boilerplates for setting up customized
2020
test frameworks.
2121
"""
22-
2322
import codecs
2423
import colorama
2524
import os

seleniumbase/console_scripts/sb_mkfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
basic boilerplate option, only the "open" method
3131
is included.
3232
"""
33-
3433
import codecs
3534
import colorama
3635
import os

seleniumbase/console_scripts/sb_mkpres.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
and use "serif" theme with "slide" transition.
2424
The slides can be used as a basic boilerplate.
2525
"""
26-
2726
import codecs
2827
import colorama
2928
import os

seleniumbase/console_scripts/sb_mkrec.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
Creates a new SeleniumBase test using the Recorder.
3131
If the filename already exists, an error is raised.
3232
"""
33-
3433
import codecs
3534
import colorama
3635
import shutil

0 commit comments

Comments
 (0)