Selaa lähdekoodia

Small PEP8 corrections

Jeroen 11 vuotta sitten
vanhempi
commit
4acb155fac
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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: