Ver Fonte

WIP error handling.

scossu há 5 meses atrás
pai
commit
3c916edfcf
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      scriptshifter/rest_api.py

+ 1 - 1
scriptshifter/rest_api.py

@@ -7,7 +7,7 @@ from os import environ, urandom
 
 from flask import Flask, jsonify, render_template, request
 
-from scriptshifter.exceptions import ApiError
+# from scriptshifter.exceptions import ApiError
 from scriptshifter.tables import list_tables, load_table
 from scriptshifter.trans import transliterate