Skip to content

Commit

Permalink
Formatted a couple of missing documents
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCappelletti94 committed Sep 17, 2024
1 parent 9c058e4 commit c51f35d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions example.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Examples of using the cache_decorator module."""

from typing import Any
import logging
from time import sleep
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Setup for the cache_decorator package."""

import os
import re

Expand Down Expand Up @@ -35,7 +36,7 @@ def find_version(*file_paths):
"coveralls",
"validate_version_code",
"codacy-coverage",
"pytest-readme"
"pytest-readme",
]

setup(
Expand Down

0 comments on commit c51f35d

Please sign in to comment.