Skip to content

Commit

Permalink
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jul 4, 2023
1 parent 7fe1c00 commit d13d298
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion tests/test_tutorial/test_asyncify/test_tutorial001.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


def test_tutorial():

calls = []

new_print = get_testing_print_function(calls)
Expand Down
1 change: 0 additions & 1 deletion tests/test_tutorial/test_asyncify/test_tutorial002.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


def test_tutorial():

calls = []

new_print = get_testing_print_function(calls)
Expand Down
1 change: 0 additions & 1 deletion tests/test_tutorial/test_first_steps/test_tutorial001.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


def test_tutorial_001():

calls = []

new_print = get_testing_print_function(calls)
Expand Down
1 change: 0 additions & 1 deletion tests/test_tutorial/test_runnify/test_tutorial001.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


def test_tutorial_001():

calls = []

new_print = get_testing_print_function(calls)
Expand Down
1 change: 0 additions & 1 deletion tests/test_tutorial/test_soonify/test_tutorial001.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


def test_tutorial():

calls = []

new_print = get_testing_print_function(calls)
Expand Down
1 change: 0 additions & 1 deletion tests/test_tutorial/test_soonify/test_tutorial002.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


def test_tutorial():

calls = []

new_print = get_testing_print_function(calls)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


def test_tutorial():

calls = []

new_print = get_testing_print_function(calls)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@


def test_tutorial():

calls = []

new_print = get_testing_print_function(calls)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


def test_tutorial():

calls = []

new_print = get_testing_print_function(calls)
Expand Down
1 change: 0 additions & 1 deletion tests/test_tutorial/test_syncify/test_tutorial001.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


def test_tutorial():

calls = []

new_print = get_testing_print_function(calls)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


def test_tutorial():

calls = []

new_print = get_testing_print_function(calls)
Expand Down

0 comments on commit d13d298

Please sign in to comment.