From dab28118cadcc5a849e3b21157d3288390b1ab78 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 14 Jan 2021 16:55:04 +0000 Subject: Remove python 2 stuff --- SyncRNG/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/SyncRNG/__init__.py b/SyncRNG/__init__.py index e7e0b3b..6d2e426 100644 --- a/SyncRNG/__init__.py +++ b/SyncRNG/__init__.py @@ -4,8 +4,6 @@ used to seed and pull numbers from the RNG. """ -from __future__ import division - from copy import deepcopy from warnings import warn as _warn -- cgit v1.2.3