mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-21 14:25: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
|
||||
# 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 os
|
||||
import pandas as pd
|
||||
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():
|
||||
g = Graph()
|
||||
|
@ -8,8 +8,7 @@ import argparse
|
||||
import os
|
||||
import re
|
||||
import sys
|
||||
from shutil import rmtree
|
||||
from shutil import copyfile
|
||||
from shutil import copyfile, rmtree
|
||||
|
||||
import pandas as pd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user