Skip to content

Commit 4bf1e06

Browse files
Fix syntax error in informer_example.py (unicode quotes in string literal)
Co-authored-by: brendandburns <5751682+brendandburns@users.noreply.github.com>
1 parent 63bd3d5 commit 4bf1e06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/informer_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def main():
5757
informer.add_event_handler(DELETED, on_pod_deleted)
5858

5959
informer.start()
60-
print("Informer started. Watching pods in "default" namespace ...")
60+
print('Informer started. Watching pods in "default" namespace ...')
6161

6262
try:
6363
while True:

0 commit comments

Comments
 (0)