Skip to content

Commit b26dde2

Browse files
committed
Make format
1 parent 958eb61 commit b26dde2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/robotkernel/builders_32.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def _get_rpa_mode(data):
2323
# TODO: Refactor to use public API only
2424
# https://github.com/robotframework/robotframework/commit/fa024345cb58d154e1d8384552b62788d3ed6258
2525

26+
2627
def build_suite(code: str, cell_history: Dict[str, str], data_only: bool = False):
2728
# Init
2829
suite = TestSuite(name="Jupyter", source=os.getcwd())

0 commit comments

Comments
 (0)