Skip to content

Commit

Permalink
removed unneeded object.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgautier committed Mar 7, 2020
1 parent bb0ae9d commit ed768d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rpy2/robjects/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
baseenv_ri = rinterface.baseenv

# Needed to avoid circular imports.
_reval = rinterface.baseenv['eval']

__formals = baseenv_ri.find('formals')
__args = baseenv_ri.find('args')
__is_null = baseenv_ri.find('is.null')
Expand Down

0 comments on commit ed768d7

Please sign in to comment.