Removed old imports used for python 2

This commit is contained in:
2022-02-24 12:43:06 -06:00
parent af4e72ee27
commit 085c9038b5
3 changed files with 1 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import wx
class authorisationDialog(wx.Dialog):