Skip to content

Commit

Permalink
fix import sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
OliLay committed Oct 25, 2023
1 parent 0f71589 commit d351cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homcc/server/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# https://github.com/celonis/homcc/blob/main/LICENSE

"""Caching module of the homcc server."""
from collections import OrderedDict
import logging
from collections import OrderedDict
from pathlib import Path
from threading import Lock

Expand Down

0 comments on commit d351cb9

Please sign in to comment.