Removed function that is not required

This commit is contained in:
danielwilczak101
2020-09-25 15:12:47 -04:00
parent 9d9d0b750c
commit 044cc9d1f6

View File

@ -1,5 +0,0 @@
# Imported library
import random
def random_gene(domain):
return random.choice(domain)