Skip to content

Commit 96b1b8e

Browse files
committed
Python: Remove empty lines from test file
1 parent d6d5937 commit 96b1b8e

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
| functions_test.py:99:5:99:40 | Function DeprecatedSliceMethods.__getslice__ | __getslice__ method has been deprecated since Python 2.0. |
2-
| functions_test.py:102:5:102:47 | Function DeprecatedSliceMethods.__setslice__ | __setslice__ method has been deprecated since Python 2.0. |
3-
| functions_test.py:105:5:105:40 | Function DeprecatedSliceMethods.__delslice__ | __delslice__ method has been deprecated since Python 2.0. |
1+
| functions_test.py:95:5:95:40 | Function DeprecatedSliceMethods.__getslice__ | __getslice__ method has been deprecated since Python 2.0. |
2+
| functions_test.py:98:5:98:47 | Function DeprecatedSliceMethods.__setslice__ | __setslice__ method has been deprecated since Python 2.0. |
3+
| functions_test.py:101:5:101:40 | Function DeprecatedSliceMethods.__delslice__ | __delslice__ method has been deprecated since Python 2.0. |

python/ql/test/query-tests/Functions/general/functions_test.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ def ok3(x):
3636
def ok4(x = []):
3737
return len(x)
3838

39-
40-
41-
42-
4339
def use_implicit_return_value(arg):
4440
x = do_nothing()
4541
return call_non_callable(arg)
@@ -128,12 +124,6 @@ def mutli_return(arg):
128124
else:
129125
return do_nothing()
130126

131-
132-
133-
134-
135-
136-
137127
#ODASA 3658
138128
from sys import exit
139129
#Consistent returns

0 commit comments

Comments
 (0)