Skip to content

Commit

Permalink
Add context to isort skip comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Aug 30, 2023
1 parent 95f64ea commit 52cb31b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda_lock/lockfile/v2prelim/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# isort: skip_file
# TODO: Remove the isort skip comment above if/when isort is no longer used. This skip
# exists because isort and ruff disagree about how to sort the imports in this file.
from collections import defaultdict
from typing import ClassVar, Dict, List, Optional

Expand Down

0 comments on commit 52cb31b

Please sign in to comment.