Skip to content

Commit

Permalink
remove imports from __future__
Browse files Browse the repository at this point in the history
This were left over from when I initially intended pyyed to be
compatible with both Python 2 and 3; it now supports only Python3.
  • Loading branch information
jamesscottbrown committed Oct 17, 2021
1 parent e6264a8 commit 8e75c42
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion examples/demo-multilabels.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from __future__ import print_function
import pyyed

g = pyyed.Graph()
Expand Down
1 change: 0 additions & 1 deletion examples/demo-uml.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from __future__ import print_function
import pyyed

g = pyyed.Graph()
Expand Down
1 change: 0 additions & 1 deletion examples/demo.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from __future__ import print_function
import pyyed

g = pyyed.Graph()
Expand Down

0 comments on commit 8e75c42

Please sign in to comment.