Skip to content

Commit 253f34c

Browse files
committed
bugfix
1 parent 65f664e commit 253f34c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/validator.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
from mypylib.mypylib import color_print
22
from modules.module import MtcModule
33

4-
from mytoncore.functions import Elections
5-
64

75
class ValidatorModule(MtcModule):
86

@@ -20,6 +18,7 @@ def vote_offer(self, args):
2018
color_print("VoteOffer - {green}OK{endc}")
2119

2220
def vote_election_entry(self, args):
21+
from mytoncore.functions import Elections
2322
Elections(self.ton.local, self.ton)
2423
color_print("VoteElectionEntry - {green}OK{endc}")
2524

0 commit comments

Comments
 (0)