mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-21 22:35:01 +01:00
util/*.py: run isort
Sorts and organizes the Python imports.
This commit is contained in:
parent
7488a24e34
commit
fe36c5c25b
@ -1,14 +1,14 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# coding: utf-8
|
# coding: utf-8
|
||||||
|
|
||||||
from rdflib import Graph
|
|
||||||
from rdflib.namespace import OWL, DC, DCTERMS, RDF, RDFS, SKOS, XSD
|
|
||||||
from rdflib import URIRef, BNode, Literal
|
|
||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
import pandas as pd
|
|
||||||
import re
|
import re
|
||||||
|
|
||||||
|
import pandas as pd
|
||||||
|
from rdflib import BNode, Graph, Literal, URIRef
|
||||||
|
from rdflib.namespace import DC, DCTERMS, OWL, RDF, RDFS, SKOS, XSD
|
||||||
|
|
||||||
|
|
||||||
def make_core():
|
def make_core():
|
||||||
g = Graph()
|
g = Graph()
|
||||||
|
@ -8,8 +8,7 @@ import argparse
|
|||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
from shutil import rmtree
|
from shutil import copyfile, rmtree
|
||||||
from shutil import copyfile
|
|
||||||
|
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user