]> git.phdru.name Git - xsetbg.git/blobdiff - xsetbg-dbus-client.py
Style: Fix `flake8` errors E302,E305 expected 2 blank lines, found 1
[xsetbg.git] / xsetbg-dbus-client.py
index e3a7825f5eae34fdafe0d7ea81e2234073602b95..b2aff341531f1cda045f496e557b1a31471014d6 100755 (executable)
@@ -6,6 +6,7 @@
 import sys
 import dbus
 
+
 def main():
     try:
         command = sys.argv[1]
@@ -18,5 +19,6 @@ def main():
 
     getattr(iface, command)()
 
+
 if __name__ == '__main__':
     main()