Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-joelmut committed May 7, 2024
1 parent ad0e650 commit cea5946
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
* Licensed under the MIT License.
*/

import { TimexProperty, valueResolver } from 'botbuilder-stdlib/vendors/@microsoft/recognizers-text-data-types-timex-expression';
import {
TimexProperty,
valueResolver,
} from 'botbuilder-stdlib/vendors/@microsoft/recognizers-text-data-types-timex-expression';
import { Expression } from '../expression';
import { ExpressionEvaluator, ValueWithError } from '../expressionEvaluator';
import { ExpressionType } from '../expressionType';
Expand Down

0 comments on commit cea5946

Please sign in to comment.