Skip to content

Commit fb20276

Browse files
committed
Test change.
1 parent 6861956 commit fb20276

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.py

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def __call__(cls, *args, **kwargs):
2929
return cls.__single_instance
3030

3131

32+
3233
class Telemetry(metaclass=SingletonMetaClass):
3334
"""
3435
The main class to send telemetry data. It uses singleton pattern. The instance should be initialized with the

0 commit comments

Comments
 (0)