Skip to content

Commit

Permalink
remove unused import from generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Nally committed May 19, 2016
1 parent 80409c2 commit 75d1946
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion util/gen_openapispec.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python

import yaml, sys, getopt, itertools, string, re
from collections import OrderedDict
import validate_rapier
from validate_rapier import PresortedOrderedDict
import os
Expand Down

0 comments on commit 75d1946

Please sign in to comment.