Skip to content

Commit

Permalink
fix: import sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
amfage committed Nov 24, 2023
1 parent 713a5c5 commit ad049a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/basemaps-github/make.cog.github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import { fsa } from '@chunkd/fs';

import { logger } from '../../log.js';
import { DEFAULT_PRETTIER_FORMAT } from '../../utils/config.js';
import { prettyPrint } from '../format/pretty.print.js';
import { createPR, GithubApi } from '../../utils/github.js';
import { prettyPrint } from '../format/pretty.print.js';

export enum Category {
Urban = 'Urban Aerial Photos',
Expand Down

0 comments on commit ad049a2

Please sign in to comment.