Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit c8281ec

Browse files
McSamMcSam
authored andcommitted
eslint
1 parent 276e125 commit c8281ec

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/botPage/view/blockly/blocks/tools/total_profit.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// https://blockly-demo.appspot.com/static/demos/blockfactory/index.html#3bwqd4
22
import { translate } from '../../../../../common/i18n';
3-
import { beforeAuthenticate } from '../../relationChecker';
43

54
Blockly.Blocks.total_profit = {
65
init: function init() {

src/botPage/view/blockly/blocks/tools/total_runs.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// https://blockly-demo.appspot.com/static/demos/blockfactory/index.html#3bwqd4
22
import { translate } from '../../../../../common/i18n';
3-
import { beforeAuthenticate } from '../../relationChecker';
43

54
Blockly.Blocks.total_runs = {
65
init: function init() {

0 commit comments

Comments
 (0)