mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Fixes to various issues reported by pyflakes
Pyflake is a python (2) source checker. This patch fixes various (mostly trivial) errors and warnings it reports. Change-Id: Ia35c5ac61751b927814cf693994c632c412386ea
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
Asterisk RESTful HTTP binding code.
|
||||
"""
|
||||
|
||||
import os
|
||||
import re
|
||||
|
||||
from swagger_model import *
|
||||
|
Reference in New Issue
Block a user