From b72bf07a3f240a127629edf54337e80b605b2893 Mon Sep 17 00:00:00 2001 From: Nicholas Car Date: Mon, 18 May 2020 17:38:43 +1000 Subject: [PATCH] removed "from builtins import input" as not needed --- examples/film.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/film.py b/examples/film.py index fd4157c4d..f25d696bf 100644 --- a/examples/film.py +++ b/examples/film.py @@ -35,7 +35,6 @@ from rdflib import BNode, ConjunctiveGraph, URIRef, Literal, Namespace, RDF from rdflib.namespace import FOAF, DC -from builtins import input storefn = os.path.expanduser("~/movies.n3") # storefn = '/home/simon/codes/film.dev/movies.n3'