Skip to content

Commit 06ab0fd

Browse files
committed
aspiaster_case shouldn't import ocp_vscode
1 parent 238fd87 commit 06ab0fd

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/make_case.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
${{ github.event.inputs['key-options'] }} \
6363
--export-stl
6464
65-
- name: Archive (${{ env.display_name }})
65+
- name: Archive Apiaster Case STL files
6666
uses: actions/upload-artifact@v4
6767
with:
6868
name: apiaster-case-stl

case/src/apiaster_case.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from build123d import *
55
from src.parts import *
66
from src.apiaster_case_config import *
7-
from ocp_vscode import *
87

98

109
def get_svg_height(file):

0 commit comments

Comments
 (0)