Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
joshschmelzle committed Dec 4, 2024
1 parent 08eb70a commit b80d482
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions ctx/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@
import os
import shutil
import signal
import socket
import subprocess
import sys
from base64 import b64encode
from dataclasses import dataclass
from time import ctime
from typing import Any, Dict, List, Union
from typing import Any, Dict


__tools = [
Expand Down
1 change: 0 additions & 1 deletion ctx/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import platform
import signal
import sys
from datetime import datetime
from time import sleep

# third party imports
Expand Down

0 comments on commit b80d482

Please sign in to comment.