Skip to content

Commit

Permalink
👹 Feed the hobgoblins (delint).
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Apr 3, 2024
1 parent b5e10ea commit 41e4200
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
15 changes: 8 additions & 7 deletions jaraco/xkcd.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
import os
import random
import importlib
import contextlib
import datetime
import pathlib
import importlib
import itertools
import os
import pathlib
import random

import jaraco.text
from requests_toolbelt import sessions
import cachecontrol
from cachecontrol import heuristics
from cachecontrol.caches import file_cache
from jaraco.functools import except_
from requests_toolbelt import sessions

import jaraco.text
from jaraco.collections import dict_map
from jaraco.functools import except_


def make_cache(path=None):
Expand Down
3 changes: 2 additions & 1 deletion test_caching.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import pytest
from jaraco import xkcd
from tempora import timing

from jaraco import xkcd


@pytest.fixture
def fresh_cache(tmpdir, monkeypatch):
Expand Down

0 comments on commit 41e4200

Please sign in to comment.