Skip to content

Commit e8336f7

Browse files
authored
Fixed slack import breaking bug (#78)
1 parent e75a1d7 commit e8336f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "socketsecurity"
9-
version = "2.0.51"
9+
version = "2.0.52"
1010
requires-python = ">= 3.10"
1111
license = {"file" = "LICENSE"}
1212
dependencies = [

Diff for: socketsecurity/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__author__ = 'socket.dev'
2-
__version__ = '2.0.51'
2+
__version__ = '2.0.52'

Diff for: socketsecurity/plugins/slack.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import logging
22
import requests
3-
from config import CliConfig
3+
from socketsecurity.config import CliConfig
44
from .base import Plugin
55
from socketsecurity.core.classes import Diff
66
from socketsecurity.core.messages import Messages

0 commit comments

Comments
 (0)