From 67b67413cbf58c625b8f8f3d31569ff19f6adb7b Mon Sep 17 00:00:00 2001 From: Benedikt Bastin Date: Fri, 15 Jan 2021 01:09:25 +0100 Subject: [PATCH] fix: Added encoding information to conform with PEP 263 --- plot.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plot.py b/plot.py index 246eb35..7b7686a 100644 --- a/plot.py +++ b/plot.py @@ -1,3 +1,6 @@ +#!/usr/bin/python +# vim: set fileencoding=utf-8 : + import numpy as np import matplotlib.pyplot as plt import pandas as pd