Skip to content

Commit

Permalink
🚚 pref: rename visualization file
Browse files Browse the repository at this point in the history
  • Loading branch information
InnoFang committed Nov 8, 2023
1 parent 6e89820 commit e158500
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code_counter/core/counter.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from typing import List, Optional, Dict

from code_counter.conf.config import Config
from code_counter.core.visualization import GraphVisualization
from code_counter.core.vis import GraphVisualization
from code_counter.core.countable.file import CountableFile
from code_counter.core.countable.iterators import LocalFileIterator, RemoteFileIterator
from code_counter.tools.progress import SearchingProgressBar
Expand Down
File renamed without changes.

0 comments on commit e158500

Please sign in to comment.