Skip to content

Commit 6a3dd98

Browse files
committed
Drop __future__ usage
1 parent 7af6e92 commit 6a3dd98

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

brainworkshop.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
# You should have received a copy of the GNU General Public License
2727
# along with this program; if not see https://www.gnu.org/licenses/gpl-2.0.html
2828
#------------------------------------------------------------------------------
29-
# Use python3 style division for consistency
30-
from __future__ import division
3129
VERSION = '5.0'
3230
def debug_msg(msg):
3331
if DEBUG:

0 commit comments

Comments
 (0)