Skip to content

Commit

Permalink
fixing disabled lines
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas committed Jan 9, 2025
1 parent 45830da commit 23dfabe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
// A safe alternative to JS's eval
import vm, { Context, RunningScriptOptions } from 'vm';
import _ from 'underscore';
/* eslint-ignore-next-line no-restricted-syntax */
/* eslint-disable-next-line no-restricted-syntax */
import * as d3array from 'd3-array';
/* eslint-ignore-next-line no-restricted-syntax */
/* eslint-disable-next-line no-restricted-syntax */
import * as colors from './colors';

// Objects exposed here should be treated like a public API
Expand Down
1 change: 1 addition & 0 deletions tests/unit_tests/models/core_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

# pylint: disable=import-outside-toplevel


from datetime import datetime

import pytest
Expand Down

0 comments on commit 23dfabe

Please sign in to comment.