Skip to content

Commit

Permalink
remove unnecessary import from test application
Browse files Browse the repository at this point in the history
  • Loading branch information
KissPeter committed Nov 19, 2019
1 parent 7ae1032 commit bcaaa54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_application.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#!/usr/bin/env python2.7
#!/usr/bin/env python3
from functools import wraps
import json
from flask import Flask, request
from werkzeug.routing import Rule
from apifuzzer.utils import try_b64encode

class LastRequestData(object):

Expand Down

0 comments on commit bcaaa54

Please sign in to comment.