Skip to content

Commit

Permalink
[fix] make isort happier
Browse files Browse the repository at this point in the history
  • Loading branch information
edoput committed May 21, 2018
1 parent 5566d6b commit 1511fc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions bin/netjsonconfig
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#!/usr/bin/env python

import argparse
import os
import sys

import six
import argparse
import netjsonconfig

import netjsonconfig

description = """
Converts a NetJSON DeviceConfiguration object to native router configurations.
Expand Down
1 change: 0 additions & 1 deletion netjsonconfig/backends/openwrt/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from ..openvpn.schema import base_openvpn_schema
from .timezones import timezones


default_radio_driver = "mac80211"


Expand Down

0 comments on commit 1511fc1

Please sign in to comment.