Skip to content

Commit ea67071

Browse files
committed
only import randint from random
1 parent 1fa0619 commit ea67071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

joke.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
import json
3-
from random import *
3+
from random import randint
44

55

66
def get_joke():

0 commit comments

Comments
 (0)