Skip to content

Commit

Permalink
Fix imports in example
Browse files Browse the repository at this point in the history
  • Loading branch information
mschmidt87 committed Mar 25, 2021
1 parent 1b66692 commit 342e445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/example_evo_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
import functools
import warnings

import matplotlib.pyplot as plt
import numpy as np
import scipy.constants
from docopt import docopt

import cgp
import matplotlib.pyplot as plt
import scipy.constants

args = docopt(docopt_str)

Expand Down

0 comments on commit 342e445

Please sign in to comment.