Skip to content

Commit

Permalink
reformated
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTesla committed Aug 2, 2024
1 parent 3407cad commit d16b0f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xyzcad/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
#######################################################################


import importlib.metadata
import time

import numpy as np
from numba import njit, objmode, prange, types
from numba.typed import Dict, List
from stl import mesh
import importlib.metadata

tlt = [[[0]]] * 256
tlt[1] = [[0, 1, 2]]
Expand Down Expand Up @@ -830,7 +830,7 @@ def all_njit_func(func, res, tlt):

def renderAndSave(func, filename, res=1):
t0 = time.time()
#version = importlib.metadata.version('xyzcad')
# version = importlib.metadata.version('xyzcad')
print(__package__)
print(__name__)
version = importlib.metadata.version(__package__ or __name__)
Expand Down

0 comments on commit d16b0f8

Please sign in to comment.