fix: Remove Maybe from import

This commit is contained in:
Luke Schoen
2018-07-26 17:50:05 +02:00
parent 760e45e89f
commit b14b3383fb
+1 -1
View File
@@ -1,4 +1,4 @@
import { Maybe, Types } from '@dotstats/common';
import { Types } from '@dotstats/common';
export function blockAverage(blockTimes: Array<number>): Types.Milliseconds {
let count = 0;