Skip to content

Commit 496f940

Browse files
committed
Adjusted import order
1 parent a6ea1af commit 496f940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

endpoints/Endpoint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import template from 'url-template';
21
import { HttpMethod, HttpHeader, HttpClient } from "../http";
32
import { Serializer } from "../serializers";
43
import { ErrorHandler, NotFoundError } from "../errors";
54
import { LinkExtractor, Link } from "../links";
5+
import template from 'url-template';
66

77
export class Endpoint {
88
/**

0 commit comments

Comments
 (0)