Browse Source

Small PEP8 corrections

Jeroen 11 năm trước cách đây
mục cha
commit
4acb155fac
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      publish_subscribe.py

+ 2 - 2
publish_subscribe.py

@@ -1,10 +1,10 @@
 #!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
-'''
+"""
 Reference: http://www.slideshare.net/ishraqabd/publish-subscribe-model-overview-13368808
 Author: https://github.com/HanWenfang
-'''
+"""
 
 
 class Provider: