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 Jan 29, 2024
1 parent 72d1532 commit 878f2bf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/rfc3986/_mixin.py
@@ -1,4 +1,5 @@
"""Module containing the implementation of the URIMixin class."""

import warnings

from . import exceptions as exc
Expand Down
1 change: 1 addition & 0 deletions src/rfc3986/exceptions.py
@@ -1,4 +1,5 @@
"""Exceptions module for rfc3986."""

from . import compat


Expand Down
1 change: 1 addition & 0 deletions src/rfc3986/iri.py
@@ -1,4 +1,5 @@
"""Module containing the implementation of the IRIReference class."""

# Copyright (c) 2014 Rackspace
# Copyright (c) 2015 Ian Stapleton Cordasco
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
1 change: 1 addition & 0 deletions src/rfc3986/uri.py
@@ -1,4 +1,5 @@
"""Module containing the implementation of the URIReference class."""

# Copyright (c) 2014 Rackspace
# Copyright (c) 2015 Ian Stapleton Cordasco
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
1 change: 1 addition & 0 deletions tests/test_validators.py
@@ -1,4 +1,5 @@
"""Tests for the validators module."""

import pytest

import rfc3986
Expand Down

0 comments on commit 878f2bf

Please sign in to comment.