Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 16, 2022
1 parent fc3a94a commit 2859304
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import os
from test.data import TEST_DATA_DIR, cheese
from test.data import likes, michel, pizza, tarek
from test.data import TEST_DATA_DIR, cheese, likes, michel, pizza, tarek

from rdflib import ConjunctiveGraph, Graph

Expand Down
10 changes: 1 addition & 9 deletions test/test_parsers/test_parser_turtlelike.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,7 @@
import enum
import itertools
from dataclasses import dataclass, field
from typing import (
Callable,
Dict,
Iterator,
List,
Set,
Tuple,
Union,
)
from typing import Callable, Dict, Iterator, List, Set, Tuple, Union

import pytest
from _pytest.mark.structures import Mark, MarkDecorator, ParameterSet
Expand Down
1 change: 0 additions & 1 deletion test/test_serializers/test_serializer_trix.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from io import BytesIO


from rdflib.graph import ConjunctiveGraph, Graph
from rdflib.term import Literal, URIRef

Expand Down
1 change: 0 additions & 1 deletion test/test_w3c_spec/test_sparql_w3c.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
from typing import Callable, Dict, List, Optional, Tuple, cast
from urllib.parse import urljoin


from rdflib import BNode, Dataset, Graph, URIRef
from rdflib.compare import isomorphic
from rdflib.compat import bopen, decodeStringEscape
Expand Down

0 comments on commit 2859304

Please sign in to comment.