Skip to content

Commit 72c251e

Browse files
committed
Fix pep8 on CepTracker.py file, refs #42
1 parent 03fda96 commit 72c251e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CepTracker.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
# encoding: utf-8
1+
#!/usr/bin/env python
2+
# -*- coding: utf-8 -*-
23
from datetime import datetime
34

45
import requests
56
import re
67

8+
79
class CepTracker():
810

911
def __init__(self):

0 commit comments

Comments
 (0)