Skip to content

Commit

Permalink
Fix warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
narreola committed Aug 11, 2023
1 parent 8178dbd commit df0a702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/malloy-render/src/html/container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

import {Explore, TagParse, Tags} from '@malloydata/malloy';
import {Explore, TagParse} from '@malloydata/malloy';
import {StyleDefaults} from '../data_styles';
import {ChildRenderers, RenderTree} from '../renderer';
import {RendererOptions} from '../renderer_types';
Expand Down
2 changes: 1 addition & 1 deletion packages/malloy-render/src/main_renderer_factory.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {Field, Explore, TagDict, TagParse} from '@malloydata/malloy';
import {Field, Explore, TagParse} from '@malloydata/malloy';
import {DataRenderOptions, RenderDef, StyleDefaults} from './data_styles';
import {Renderer} from './renderer';
import {RendererFactory} from './renderer_factory';
Expand Down

0 comments on commit df0a702

Please sign in to comment.