Skip to content

Commit

Permalink
fix imports according to ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tz authored Nov 8, 2023
1 parent 1acc2d1 commit 52997e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions capa/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
import datetime
import textwrap
import contextlib
import collections
from typing import Any, Set, Dict, List, Tuple, Callable, Optional
from typing import Any, Set, Dict, List, Callable, Optional
from pathlib import Path

import halo
Expand Down

0 comments on commit 52997e7

Please sign in to comment.