diff --git a/src/NautyInterface.jl b/src/NautyInterface.jl index 4f524f8..9e577b8 100644 --- a/src/NautyInterface.jl +++ b/src/NautyInterface.jl @@ -1,7 +1,7 @@ """Compute automorphism group via nauty.c""" module NautyInterface export NautyRes, CSetNautyRes, call_nauty, all_autos, canon, orbits, canonmap, - strhsh, generators, ngroup + strhsh, ngroup using ..Schemas using ..DenseACSets, ..ACSetInterface diff --git a/test/NautyInterface.jl b/test/NautyInterface.jl index 25ae515..e8b2540 100644 --- a/test/NautyInterface.jl +++ b/test/NautyInterface.jl @@ -4,7 +4,7 @@ using Test using ACSets using Permutations using nauty_jll -using ACSets.NautyInterface: _all_autos +using ACSets.NautyInterface: _all_autos, generators # Helper functions ##################