Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

Commit

Permalink
fix relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontaigu committed Jan 6, 2021
1 parent fe08977 commit 09e8c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylas/vlrs/known.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

import numpy as np

from utils import encode_to_null_terminated
from .vlr import BaseVLR, VLR
from ..extradims import (
get_type_for_extra_dim,
get_kind_of_extra_dim,
)
from ..point.dims import DimensionKind
from ..point.format import ExtraBytesParams
from ..utils import encode_to_null_terminated

abstractmethod = abc.abstractmethod

Expand Down

0 comments on commit 09e8c20

Please sign in to comment.