Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermeleobas committed May 12, 2023
1 parent 19f2fc2 commit 958678c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rbc/heavydb/buffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,15 @@


import operator
from .allocator import allocate_varlen_buffer
from .metatype import HeavyDBMetaType
from llvmlite import ir

import numpy as np
from llvmlite import ir
from numba.core import cgutils, datamodel, extending, imputils, types

from rbc import typesystem
from rbc.targetinfo import TargetInfo

from .allocator import allocate_varlen_buffer
from .metatype import HeavyDBMetaType

int8_t = ir.IntType(8)
Expand Down

0 comments on commit 958678c

Please sign in to comment.