Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
h00die committed Jun 4, 2024
1 parent 4f08204 commit fa3bea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pacu/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from typing import List, Optional, Any, Dict, Union, Tuple

from pacu.core import lib
from pacu.core.lib import session_dir, home_dir
from pacu.core.lib import session_dir

try:
import jq # type: ignore
Expand Down

0 comments on commit fa3bea4

Please sign in to comment.