Skip to content

Commit 720722a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 275b1f4 commit 720722a

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

src/rfc3986/_mixin.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Module containing the implementation of the URIMixin class."""
2+
23
import warnings
34

45
from . import exceptions as exc

src/rfc3986/exceptions.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Exceptions module for rfc3986."""
2+
23
from . import compat
34

45

src/rfc3986/iri.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Module containing the implementation of the IRIReference class."""
2+
23
# Copyright (c) 2014 Rackspace
34
# Copyright (c) 2015 Ian Stapleton Cordasco
45
# Licensed under the Apache License, Version 2.0 (the "License");

src/rfc3986/uri.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Module containing the implementation of the URIReference class."""
2+
23
# Copyright (c) 2014 Rackspace
34
# Copyright (c) 2015 Ian Stapleton Cordasco
45
# Licensed under the Apache License, Version 2.0 (the "License");

tests/test_validators.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Tests for the validators module."""
2+
23
import pytest
34

45
import rfc3986

0 commit comments

Comments
 (0)