diff bin/musictime @ 1866:3c523c71da29

pyflakes cleanups and some refactors Ignore-this: f7372e678699175feb4e628eee3d768c
author Drew Perttula <drewp@bigasterisk.com>
date Sat, 25 May 2019 12:10:51 +0000
parents f066d6e874db
children cce016abe31e
line wrap: on
line diff
--- a/bin/musictime	Sat May 25 12:06:01 2019 +0000
+++ b/bin/musictime	Sat May 25 12:10:51 2019 +0000
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-import run_local
+import run_local  # noqa
 import light9.networking
 
 import tkinter as tk