diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-03-07 19:58:51 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-03-07 19:58:51 +0000 |
commit | f7f1a793fa85f917ded8771d51bc50c49a895eb0 (patch) | |
tree | 08a565e5fd718e338e3919b1294bd20483d241f4 /lualib | |
parent | 2b0bc647ac4be8ccfe455c072f3b3867aceece5b (diff) | |
download | rspamd-f7f1a793fa85f917ded8771d51bc50c49a895eb0.tar.gz rspamd-f7f1a793fa85f917ded8771d51bc50c49a895eb0.zip |
[Minor] Pet luacheck
Diffstat (limited to 'lualib')
-rw-r--r-- | lualib/lua_auth_results.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lualib/lua_auth_results.lua b/lualib/lua_auth_results.lua index 56761e957..1ec3dc538 100644 --- a/lualib/lua_auth_results.lua +++ b/lualib/lua_auth_results.lua @@ -15,9 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. ]]-- -local global = require "global_functions" local rspamd_util = require "rspamd_util" -local fun = require "fun" local default_settings = { spf_symbols = { |