Browse Source

Server: Removed unused yaml import

milaq 6 years ago
parent
commit
0e29afa077
1 changed files with 0 additions and 1 deletions
  1. 0 1
      ycast/server.py

+ 0 - 1
ycast/server.py

@@ -1,6 +1,5 @@
 import logging
 
-import yaml
 from flask import Flask, request, url_for
 
 import ycast.vtuner as vtuner