Skip to content

Commit

Permalink
Please use one import per line
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyclenerd committed Jun 27, 2017
1 parent 288b76d commit b10d867
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion plugins/ethereum/ethermine_
Expand Up @@ -15,7 +15,11 @@
# ln -s /usr/share/munin/plugins/ethermine_ /etc/munin/plugins/ethermine_3257bde8cf067ae6f1ddc0e4b140fe02e3c5e44f_mine
#

import os, sys, urllib2, socket, json
import os
import sys
import urllib2
import socket
import json

OPTIONS = sys.argv[0].split('_')

Expand Down
6 changes: 5 additions & 1 deletion plugins/ethereum/etherscan_balance_
Expand Up @@ -16,7 +16,11 @@
# ln -s /usr/share/munin/plugins/etherscan_balance_ /etc/munin/plugins/etherscan_balance_0x3257bde8cf067ae6f1ddc0e4b140fe02e3c5e44f
#

import os, sys, urllib2, socket, json
import os
import sys
import urllib2
import socket
import json

OPTIONS = sys.argv[0].split('_')

Expand Down

0 comments on commit b10d867

Please sign in to comment.