Skip to content

Commit b4e75b4

Browse files
committed
Lint fix
1 parent ac7c453 commit b4e75b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_decision_service.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at
5-
#
5+
#
66
# http://www.apache.org/licenses/LICENSE-2.0
77

88
# Unless required by applicable law or agreed to in writing, software
@@ -339,4 +339,3 @@ def test_get_variation__user_profile_save_fails(self):
339339
mock_bucket.assert_called_once_with(experiment, 'test_user', 'test_user')
340340
mock_save.assert_called_once_with({'user_id': 'test_user',
341341
'experiment_bucket_map': {'111127': {'variation_id': '111129'}}})
342-

0 commit comments

Comments
 (0)