Merge pull request #245 from fredj/rm_yaml

Remove unused yaml import
This commit is contained in:
tobi-wan-kenobi 2018-04-11 20:14:08 +02:00 committed by GitHub
commit 6b502967ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

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

View file

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