Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermeleobas committed Jun 12, 2023
1 parent 3f12d8f commit 89f1b2f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion rbc/heavydb/remoteheavydb.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import configparser
import numpy
import textwrap
import llvmlite.binding as llvm
from collections import defaultdict, namedtuple
from rbc.remotejit import RemoteJIT, RemoteCallCapsule
from rbc.thrift.utils import resolve_includes
Expand Down
1 change: 0 additions & 1 deletion rbc/tests/heavydb/test_heavydb.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import itertools
import os

import llvmlite.binding as llvm
import numpy as np
import pytest

Expand Down

0 comments on commit 89f1b2f

Please sign in to comment.