Removed unused variable
This commit is contained in:
@@ -24,8 +24,6 @@
|
||||
#
|
||||
# Language definition here:
|
||||
# http://ltworf.github.io/relational/grammar.html
|
||||
import re
|
||||
|
||||
from relational import rtypes
|
||||
|
||||
RELATION = 0
|
||||
|
@@ -190,8 +190,6 @@ class Relation (object):
|
||||
For example if you want to rename a to b, call
|
||||
rel.rename({'a':'b'})
|
||||
'''
|
||||
result = []
|
||||
|
||||
newt = relation()
|
||||
newt.header = self.header.rename(params)
|
||||
|
||||
|
Reference in New Issue
Block a user