Skip to content

Commit

Permalink
minor refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon authored and sterfive committed Nov 3, 2023
1 parent 95439f3 commit eac74c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import { AttributeIds } from "node-opcua-data-model";
import { StatusCodes } from "node-opcua-status-code";
import { ReadValueIdOptions } from "node-opcua-types";

import { DataType } from "node-opcua-basic-types";
import { AddressSpace, PseudoSession } from "..";

import { getMiniAddressSpace } from "../testHelpers";
import { DataType } from "node-opcua-basic-types";

// tslint:disable-next-line:no-var-requires
const describe = require("node-opcua-leak-detector").describeWithLeakDetector;
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-client/source/client_base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import { FindServersOnNetworkRequestOptions, FindServersRequestOptions, ServerOn
import { ApplicationDescription, EndpointDescription } from "node-opcua-service-endpoints";
import { ChannelSecurityToken, MessageSecurityMode } from "node-opcua-service-secure-channel";
import { ErrorCallback } from "node-opcua-status-code";
import { ResponseCallback } from "node-opcua-pseudo-session";

import { Request, Response } from "./common";
import { ResponseCallback } from "node-opcua-pseudo-session";

export type FindServersRequestLike = FindServersRequestOptions;
export type FindServersOnNetworkRequestLike = FindServersOnNetworkRequestOptions;
Expand Down

0 comments on commit eac74c3

Please sign in to comment.