diff --git a/parsely_raw_data/__init__.py b/parsely_raw_data/__init__.py index da2b835..407b89a 100644 --- a/parsely_raw_data/__init__.py +++ b/parsely_raw_data/__init__.py @@ -13,8 +13,6 @@ See the License for the specific language governing permissions and limitations under the License. """ -from .event import (Event, SlotInfo, SessionInfo, TimestampInfo, VisitorInfo, - DisplayInfo, SlotsMixin, Metadata) __version__ = '2.0.1'