typedload icon indicating copy to clipboard operation
typedload copied to clipboard

Avoid imports

Open ltworf opened this issue 3 years ago • 0 comments

Currently ipaddress and path stuff are imported just to handle those types.

Investigate if it is possible to put a function there that returns the type if it is ever reached, rather than having the type itself.

This would save doing not needed imports and improve start up times

ltworf avatar Oct 28 '21 07:10 ltworf