We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f17d2a4 commit 5d8a9d9Copy full SHA for 5d8a9d9
src/tmuxp/cli/ls.py
@@ -2,7 +2,8 @@
2
import os
3
import typing as t
4
5
-from .constants import VALID_WORKSPACE_DIR_FILE_EXTENSIONS
+from tmuxp.workspace.constants import VALID_WORKSPACE_DIR_FILE_EXTENSIONS
6
+
7
from .utils import get_workspace_dir
8
9
src/tmuxp/cli/utils.py
@@ -6,9 +6,9 @@
from colorama import Fore
from tmuxp.types import StrPath
10
11
from .. import log
12
13
logger = logging.getLogger(__name__)
14
src/tmuxp/cli/constants.py renamed to src/tmuxp/workspace/constants.py
0 commit comments