fix: Added encoding information to conform with PEP 263
This commit is contained in:
parent
ae7d21b2a3
commit
67b67413cb
1 changed files with 3 additions and 0 deletions
3
plot.py
3
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
|
||||
|
|
Loading…
Reference in a new issue