From 160bb6f9a8da1aea967dfad3ea7398944752a19e Mon Sep 17 00:00:00 2001
From: Holger Nahrstaedt <holger@nahrstaedt.de>
Date: Sat, 31 Mar 2018 09:38:56 +0200
Subject: [PATCH] fix import

---
 beemgraphenebase/operations.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/beemgraphenebase/operations.py b/beemgraphenebase/operations.py
index 7d566e67..8bf23dd6 100644
--- a/beemgraphenebase/operations.py
+++ b/beemgraphenebase/operations.py
@@ -9,7 +9,7 @@ from .types import (
     Varint32, Int64, String, Bytes, Void,
     Array, PointInTime, Signature, Bool,
     Set, Fixed_array, Optional, Static_variant,
-    Map, Id, VoteId, ObjectId,
+    Map, Id,
 )
 from .objects import GrapheneObject, isArgsThisClass
 from .account import PublicKey
-- 
GitLab