summaryrefslogtreecommitdiff
path: root/dashboard
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-09-28 10:21:03 -0400
committerTim Graham <timograham@gmail.com>2015-09-28 10:21:03 -0400
commit485347f28033e31557463daf4a559b163b652451 (patch)
tree791b9f37e9bab0ccaac4c3007210b43314d1a7ea /dashboard
parentbe336c19472135c5e666159acbda12ee09988be0 (diff)
Removed unnecessary source file encoding declarations.
PEP8: "Files using ASCII (in Python 2) or UTF-8 (in Python 3) should not have an encoding declaration. "
Diffstat (limited to 'dashboard')
-rw-r--r--dashboard/tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/dashboard/tests.py b/dashboard/tests.py
index d48004f1..8c168568 100644
--- a/dashboard/tests.py
+++ b/dashboard/tests.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
import codecs
import json
import os