We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658eecb commit a18a0b9Copy full SHA for a18a0b9
fluent.runtime/fluent/runtime/prepare.py
@@ -4,8 +4,7 @@
4
5
6
class Compiler(object):
7
- def __init__(self, use_isolating=False, bundle=None):
8
- self.bundle = None
+ def __init__(self, use_isolating=False):
9
self.use_isolating = use_isolating
10
11
def __call__(self, item):
0 commit comments