File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 6
6
format.
7
7
8
8
"""
9
- from .SmartWrapper import SPARQLWrapper2
10
- from .sparql_dataframe import get_sparql_dataframe
11
- from .Wrapper import (
9
+ __version__ = "2.0.1a0"
10
+ """The version of SPARQLWrapper"""
11
+
12
+ __agent__ : str = f"sparqlwrapper { __version__ } (rdflib.github.io/sparqlwrapper)"
13
+
14
+ from .SmartWrapper import SPARQLWrapper2 # noqa: E402
15
+ from .sparql_dataframe import get_sparql_dataframe # noqa: E402
16
+ from .Wrapper import ( # noqa: E402
12
17
ASK ,
13
18
BASIC ,
14
19
CONSTRUCT ,
34
39
SPARQLWrapper ,
35
40
)
36
41
37
- __version__ = "2.0.1a0"
38
- """The version of SPARQLWrapper"""
39
-
40
- __agent__ : str = f"sparqlwrapper { __version__ } (rdflib.github.io/sparqlwrapper)"
41
-
42
42
__all__ = [
43
43
"SPARQLWrapper2" ,
44
44
"get_sparql_dataframe" ,
You can’t perform that action at this time.
0 commit comments