Skip to content

Commit

Permalink
Merge branch 'sdrdis-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders Wenhaug committed Oct 25, 2016
2 parents 480d690 + 885d5b1 commit dad6476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/splinter/function.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import numpy as np


class Function:
class Function(object):
def __init__(self):
self._handle = None
self._num_variables = None
Expand Down

0 comments on commit dad6476

Please sign in to comment.