Skip to content

Commit dfb3fdc

Browse files
committed
Linting.
1 parent cb9bf04 commit dfb3fdc

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

src/models/sessions/SessionHistoryBuilder.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import { ONE_DAY, ONE_HOUR, WEEKDAYS } from '../../constants/times';
77
import TimeDuration from '../TimeDuration';
88
import { getRange } from '../../utils/math';
99
import SessionBucket from '../buckets/SessionBucket';
10-
import Release from '../Release';
11-
import { RELEASE_ZERO } from '../../constants';
1210
import { formatDateForFilename } from '../../utils/locale';
1311

1412
const TEXTS = {

src/utils/parsing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { NEW_LINE_REGEXP } from '../constants';
22
import logger from '../logger';
33
import Release from '../models/Release';
44
import { Log } from '../types';
5-
import { listFiles, readFile } from './file';
5+
import { readFile } from './file';
66

77

88

0 commit comments

Comments
 (0)