Skip to content

Commit

Permalink
linter agian
Browse files Browse the repository at this point in the history
  • Loading branch information
achantavy committed Mar 15, 2023
1 parent 9513628 commit e1cd1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cartography/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

import neo4j.exceptions
from neo4j import GraphDatabase
from cartography.neo4j_session_factory import neo4j_session_factory
from statsd import StatsClient

import cartography.intel.analysis
Expand All @@ -27,6 +26,7 @@
import cartography.intel.oci
import cartography.intel.okta
from cartography.config import Config
from cartography.neo4j_session_factory import neo4j_session_factory
from cartography.stats import set_stats_client
from cartography.util import STATUS_FAILURE
from cartography.util import STATUS_SUCCESS
Expand Down

0 comments on commit e1cd1f8

Please sign in to comment.