Skip to content

Commit

Permalink
Fixed newlines at end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
asgibson committed Aug 31, 2023
1 parent d21125b commit aa765de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion onair/src/run_scripts/redis_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,5 @@ def message_listener(self):
self.new_data = True

def has_data(self):
return self.new_data
return self.new_data

2 changes: 1 addition & 1 deletion requirements_pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pandas==1.5.1
pytest==7.2.0
pytest-mock==3.10.0
pytest-randomly==3.12.0
redis==4.6.0
redis==4.6.0
2 changes: 0 additions & 2 deletions test/src/run_scripts/test_redis_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,5 +297,3 @@ def test_redis_adapter_AdapterDataSource_has_data_returns_instance_new_data():

assert result == expected_result



0 comments on commit aa765de

Please sign in to comment.