Remove unused yaml import
This commit is contained in:
parent
1b4d5281dc
commit
b2d709ab5f
2 changed files with 0 additions and 2 deletions
|
@ -13,7 +13,6 @@ install:
|
||||||
- pip install i3ipc
|
- pip install i3ipc
|
||||||
- pip install psutil
|
- pip install psutil
|
||||||
- pip install netifaces
|
- pip install netifaces
|
||||||
- pip install pyyaml
|
|
||||||
- pip install -U coverage==4.3
|
- pip install -U coverage==4.3
|
||||||
- pip install codeclimate-test-reporter
|
- pip install codeclimate-test-reporter
|
||||||
- pip install taskw
|
- pip install taskw
|
||||||
|
|
|
@ -6,7 +6,6 @@ import os
|
||||||
import glob
|
import glob
|
||||||
import copy
|
import copy
|
||||||
import json
|
import json
|
||||||
import yaml
|
|
||||||
import io
|
import io
|
||||||
import re
|
import re
|
||||||
import logging
|
import logging
|
||||||
|
|
Loading…
Reference in a new issue