Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
Fix Flow/Haste issue with OSS environment (#2057)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #2057

Resolve OSS Flow test issue due to open source environment requiring full paths.

Reviewed By: mrv1k

Differential Revision: D40153372

fbshipit-source-id: 998e600fcebab9c0c6d40fd7f0ecf3bd1689dd4d
  • Loading branch information
drarmstr authored and facebook-github-bot committed Oct 7, 2022
1 parent 1aa713b commit fbd1490
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/refine/Refine_ContainerCheckers.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@

'use strict';

import type {Checker} from './Refine_Checkers';
import type {CheckFailure} from 'Refine_Checkers';
import type {Checker, CheckFailure} from './Refine_Checkers';

const {Path, compose, failure, success} = require('./Refine_Checkers');

Expand Down

0 comments on commit fbd1490

Please sign in to comment.