Skip to content

Commit e009b06

Browse files
committed
fix flake8 errors (unused imports)
1 parent 110b6b3 commit e009b06

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

demos/blog/aiohttpdemo_blog/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import os
2-
31
import aiopg.sa
42
import yaml
53

demos/motortwit/motortwit/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import pytz
2-
import os
32
import yaml
43
from hashlib import md5
54
from dateutil.parser import parse

0 commit comments

Comments
 (0)