From 7acb3bc4e4357173458c9640845fa064a6e82493 Mon Sep 17 00:00:00 2001 From: Nicholas Christensen Date: Wed, 25 Nov 2020 05:01:14 -0600 Subject: [PATCH] single line --- pytato/array.py | 3 +-- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pytato/array.py b/pytato/array.py index b81f570..54d2ecd 100644 --- a/pytato/array.py +++ b/pytato/array.py @@ -152,8 +152,7 @@ import numpy as np import pymbolic.primitives as prim from pymbolic import var from pytools import is_single_valued, memoize_method, UniqueNameGenerator -from pytools.tag import ( - Tag, Taggable, UniqueTag, TagsType, tag_dataclass) +from pytools.tag import Tag, Taggable, UniqueTag, TagsType, tag_dataclass import pytato.scalar_expr as scalar_expr from pytato.scalar_expr import ScalarExpression, IntegralScalarExpression diff --git a/requirements.txt b/requirements.txt index facf706..e115682 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -git+https://github.com/nchristensen/pytools.git@master#egg=pytools +git+https://github.com/nchristensen/pytools.git#egg=pytools git+https://github.com/inducer/loopy.git#egg=loopy -- GitLab