Remove unused

master
Salvo 'LtWorf' Tomaselli 2020-06-09 10:51:40 +07:00
parent 6c677452e8
commit 3e524278e8
No known key found for this signature in database
GPG Key ID: B3A7CF0C801886CF
1 changed files with 0 additions and 4 deletions

@ -29,10 +29,6 @@ from dataclasses import dataclass
from relational import rtypes
RELATION = 0
UNARY = 1
BINARY = 2
PRODUCT = '*'
DIFFERENCE = '-'
UNION = ''