1
0
Fork 0

fix: Added encoding information to conform with PEP 263

This commit is contained in:
Benedikt Bastin 2021-01-15 01:09:25 +01:00
parent ae7d21b2a3
commit 67b67413cb
1 changed files with 3 additions and 0 deletions

View File

@ -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