Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
edeno committed Jan 31, 2024
1 parent 652e527 commit 3b98df9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/spyglass/linearization/v1/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,7 @@ def make(self, key):

self.insert1(key)

from spyglass.linearization.linearization_merge import (
LinearizedPositionOutput,
)
from spyglass.linearization.merge import LinearizedPositionOutput

part_name = to_camel_case(self.table_name.split("__")[-1])

Expand Down

0 comments on commit 3b98df9

Please sign in to comment.