Skip to content

Commit

Permalink
Merge pull request #802 from neo4j-contrib/task/clean-python2
Browse files Browse the repository at this point in the history
Remove python2 print leftover
  • Loading branch information
mariusconjeaud authored May 27, 2024
2 parents 93e9c87 + a803874 commit 7ae255b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion neomodel/scripts/neomodel_install_labels.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
--db bolt://neo4j:neo4j@localhost:7687
Neo4j Server URL
"""
from __future__ import print_function

import sys
import textwrap
Expand Down
1 change: 0 additions & 1 deletion neomodel/scripts/neomodel_remove_labels.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
Neo4j Server URL
"""
from __future__ import print_function

import textwrap
from argparse import ArgumentParser, RawDescriptionHelpFormatter
Expand Down
2 changes: 0 additions & 2 deletions test/async_/test_models.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import print_function

from datetime import datetime
from test._async_compat import mark_async_test

Expand Down
2 changes: 0 additions & 2 deletions test/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import print_function

import os

import pytest
Expand Down
2 changes: 0 additions & 2 deletions test/sync_/test_models.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import print_function

from datetime import datetime
from test._async_compat import mark_sync_test

Expand Down

0 comments on commit 7ae255b

Please sign in to comment.