File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2- # Copyright (C) 2018 Nokia
2+ # Copyright (C) 2018-2026 Nokia
33"""
44Asyncio Runner
55"""
66
7- __author__ = 'Grzegorz Latuszek'
8- __copyright__ = 'Copyright (C) 2018, Nokia'
9- __email__ = 'grzegorz.latuszek@nokia.com'
7+ __author__ = 'Grzegorz Latuszek, Marcin Usielski '
8+ __copyright__ = 'Copyright (C) 2018-2026 , Nokia'
9+ __email__ = 'grzegorz.latuszek@nokia.com, marcin.usielski@nokia.com '
1010
1111# pylint: skip-file
1212
@@ -118,7 +118,6 @@ def stop(self):
118118 except AttributeError :
119119 # Fallback for older Python versions
120120 _BaseEventLoopPolicy = asyncio .DefaultEventLoopPolicy
121- print (f"Using { _BaseEventLoopPolicy } as base for LoudEventLoopPolicy" )
122121
123122
124123class LoudEventLoopPolicy (_BaseEventLoopPolicy ):
You can’t perform that action at this time.
0 commit comments