summaryrefslogtreecommitdiff
path: root/histogram.py
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2022-02-05 09:38:32 -0800
committerScott Gasch <[email protected]>2022-02-05 09:38:32 -0800
commit20dc43226d16e404514c3cdfba00e04469dbc17d (patch)
tree2f33ef19cb8e3af095e782148dc118caf9f30946 /histogram.py
parenta3eb24ea374a7f231e595c1a6e2c8e49d482c594 (diff)
Add coding comments for files with utf8 characters in there.
Diffstat (limited to 'histogram.py')
-rw-r--r--histogram.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/histogram.py b/histogram.py
index ba10a01..c673e16 100644
--- a/histogram.py
+++ b/histogram.py
@@ -1,4 +1,5 @@
#!/usr/bin/env python3
+# -*- coding: utf-8 -*-
import math
from numbers import Number