Remove unused yaml import

This commit is contained in:
Frederic Junod 2018-04-11 12:57:34 +02:00
parent 1b4d5281dc
commit b2d709ab5f
2 changed files with 0 additions and 2 deletions

View file

@ -13,7 +13,6 @@ install:
- pip install i3ipc
- pip install psutil
- pip install netifaces
- pip install pyyaml
- pip install -U coverage==4.3
- pip install codeclimate-test-reporter
- pip install taskw

View file

@ -6,7 +6,6 @@ import os
import glob
import copy
import json
import yaml
import io
import re
import logging