chore: fix deprecations and update formatting.

This commit is contained in:
James Harton 2023-10-04 10:07:25 +13:00
parent 13bf9cb6a3
commit 86d442c832
Signed by: james
GPG key ID: 90E82DAA13F624F4

View file

@ -1,4 +1,6 @@
defmodule IP.Scope do
alias IP.{Address, Prefix}
require IP.Prefix
import IP.Prefix.Helpers
alias IP.{Address, Prefix}