Skip to content

Commit 781e811

Browse files
authored
remved unused module_dir
1 parent 530a662 commit 781e811

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docker/packager/packager

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ import logging
55
import os
66
import subprocess
77
import sys
8-
from os import path as p
98
from pathlib import Path
109
from typing import Dict, List, Optional
1110

12-
module_dir = p.abspath(p.dirname(__file__))
13-
1411
SCRIPT_PATH = Path(__file__).absolute()
1512
IMAGE_TYPE = "binary-builder"
1613
IMAGE_NAME = f"altinityinfra/{IMAGE_TYPE}"

0 commit comments

Comments
 (0)